Skip typing test for Python 3.5

This commit is contained in:
Roman Mogylatov 2020-08-26 21:41:16 -04:00
parent 6d4e9240ea
commit 40bc72e8f1
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ commands=
extras=
flask
[testenv:py35]
commands=
unit2 discover -s tests/unit -p test_*_py3.py tests/unit/providers/test_coroutines_py35.py
extras=
flask
[testenv:pypy]
extras=
yaml