Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).
This commit is contained in:
parent
a8f66602f2
commit
41b814aa6c
2
tox.ini
2
tox.ini
|
@ -5,6 +5,8 @@ minversion = 2.4
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
setuptools>=31.0.1
|
setuptools>=31.0.1
|
||||||
|
# workaround for yaml/pyyaml#126
|
||||||
|
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs}
|
py.test {posargs}
|
||||||
python setup.py checkdocs
|
python setup.py checkdocs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user