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]
deps =
setuptools>=31.0.1
# workaround for yaml/pyyaml#126
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml
commands =
py.test {posargs}
python setup.py checkdocs