tox: whitelist numpy

This commit is contained in:
Roman Zeyde
2015-01-20 10:04:57 +02:00
parent c4d583612b
commit 128675955b

View File

@@ -9,6 +9,6 @@ deps=
pylint
commands=
pep8 amodem/ scripts/ tests/ amodem-cli
pylint --disable no-member --report=no amodem
pylint --extension-pkg-whitelist=numpy --report=no amodem
coverage run --source amodem/ -m py.test tests/
coverage report