Skip to content

Commit

Permalink
Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 28, 2018
1 parent d06bd7f commit 2c18150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c18150

Please sign in to comment.