diff --git a/tox.ini b/tox.ini index e646cc2c..1c8a5344 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist= deps= unittest2 commands= - unit2 discover tests [] + unit2 discover tests [testenv:coveralls] basepython=python @@ -17,7 +17,6 @@ deps= coverage coveralls commands= - cat /home/travis/build/ets-labs/python-dependency-injector/.tox/coveralls/log/coveralls-2.log coverage erase coverage run --rcfile=./.coveragerc -m unittest2 discover tests coveralls