diff --git a/library/tox.ini b/library/tox.ini index e4fdaa9..68b0e45 100644 --- a/library/tox.ini +++ b/library/tox.ini @@ -8,7 +8,7 @@ commands = coverage run -m py.test -v -r wsx coverage report deps = - {distshare}/i2cdevice-*.zip + i2cdevice mock pytest>=3.1 pytest-cov @@ -19,7 +19,7 @@ commands = python setup.py check -m -r -s flake8 --ignore E501 deps = - {distshare}/i2cdevice-*.zip + i2cdevice docutils check-manifest flake8