diff --git a/tox.ini b/tox.ini index 272bb77e..2bda8001 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,9 @@ python = [testenv] description = run py.test tests -deps = -r requirements-test.txt +deps = + -r requirements-test.txt + setuptools commands = # this ugly hack is here because: # https://github.com/tox-dev/tox/issues/149