mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Skip yaml testing for on Python 3.4
This commit is contained in:
parent
65db4f2b1d
commit
e5275cf3f2
6
tox.ini
6
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user