diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ deps = pytest pytest-cov pytest-xdist + requests + responses commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} |