Update tox.ini

This commit is contained in:
Roman Mogylatov 2020-07-27 22:35:51 -04:00
parent 1e2ac076e8
commit 2707aa9b35
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ extras=
yaml
flask
commands=
unit2 discover -s tests/unit -p test_*_py3.py
unit2 discover -s tests/unit -p test_*_py3*.py
[testenv:coveralls]
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
@ -31,6 +31,8 @@ commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py
[testenv:py34]
commands=
unit2 discover -s tests/unit -p test_*_py3.py
extras=
flask