diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -9,14 +9,12 @@ distribute = False commands = {envpython} --version pytest --version - coverage run --module pytest imagescanner - coverage xml + pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose deps = flake8 pytest-cov pytest - [testenv:style] basepython=python3.6 commands = python --version |