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

master
Jason R. Coombs 6 years ago
parent a8f66602f2
commit 41b814aa6c
  1. 2
      tox.ini

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

Loading…
Cancel
Save