Fix py35 tests

This commit is contained in:
Roman Mogylatov 2020-08-26 22:16:58 -04:00
parent 3b020ba883
commit 99bff66c7b

View File

@ -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=