Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).

This commit is contained in:
Jason R. Coombs 2018-02-28 09:43:16 -05:00
parent a8f66602f2
commit 41b814aa6c

View File

@ -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