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]
deps=
unittest2
extras = yaml
extras=
yaml
commands=
unit2 discover -s tests/unit -p test_*_py3.py
@ -28,6 +29,9 @@ commands=
commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py
[testenv:py34]
extras=
[testenv:pypy]
commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py