diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ skipsdist=True [testenv] usedevelop=True commands = - py.test --cov=docker tests/test.py tests/utils_test.py + py.test --cov=docker tests/unit/ deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt |