Skip to content

Commit 41b814a

Browse files
committed
Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).
1 parent a8f6660 commit 41b814a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ minversion = 2.4
55
[testenv]
66
deps =
77
setuptools>=31.0.1
8+
# workaround for yaml/pyyaml#126
9+
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml
810
commands =
911
py.test {posargs}
1012
python setup.py checkdocs

0 commit comments

Comments
 (0)