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
hugovk committed Mar 27, 2018
1 parent 505d383 commit ef77066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ commands =
pyflakes tests
pycodestyle pylast
pycodestyle tests

[testenv:py37dev]
# Workaround for yaml/pyyaml#126
deps = git+https://github.com/yaml/pyyaml@master#egg=pyyaml

0 comments on commit ef77066

Please sign in to comment.