mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-08 22:33:15 +03:00
Fix py35 tests
This commit is contained in:
parent
3b020ba883
commit
99bff66c7b
9
tox.ini
9
tox.ini
|
@ -35,16 +35,17 @@ 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
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py3.py
|
||||
|
||||
[testenv:py35]
|
||||
extras=
|
||||
yaml
|
||||
flask
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py3.py
|
||||
extras=
|
||||
flask
|
||||
|
||||
[testenv:pypy]
|
||||
extras=
|
||||
|
|
Loading…
Reference in New Issue
Block a user