mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-09 06:43:13 +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
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
commands=
|
|
||||||
unit2 discover -s tests/unit -p test_*_py3.py
|
|
||||||
extras=
|
extras=
|
||||||
flask
|
flask
|
||||||
|
commands=
|
||||||
|
unit2 discover -s tests/unit -p test_*_py3.py
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
|
extras=
|
||||||
|
yaml
|
||||||
|
flask
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py3.py
|
unit2 discover -s tests/unit -p test_*_py3.py
|
||||||
extras=
|
|
||||||
flask
|
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
extras=
|
extras=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user