mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-12 01:20:51 +03:00
Update tox.ini
This commit is contained in:
parent
1e2ac076e8
commit
2707aa9b35
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user