Skip yaml testing for on Python 3.4

This commit is contained in:
Roman Mogylatov 2020-06-24 21:23:29 -04:00
parent 65db4f2b1d
commit e5275cf3f2

View File

@ -5,7 +5,8 @@ envlist=
[testenv] [testenv]
deps= deps=
unittest2 unittest2
extras = yaml extras=
yaml
commands= commands=
unit2 discover -s tests/unit -p test_*_py3.py unit2 discover -s tests/unit -p test_*_py3.py
@ -28,6 +29,9 @@ commands=
commands= commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py unit2 discover -s tests/unit -p test_*_py2_py3.py
[testenv:py34]
extras=
[testenv:pypy] [testenv:pypy]
commands= commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py unit2 discover -s tests/unit -p test_*_py2_py3.py