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 2025023 commit f2ec5bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ setenv =
PYLAST_API_KEY={env:PYLAST_API_KEY:}
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
deps =
pyyaml
# Workaround for yaml/pyyaml#126
py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml
py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml
pytest
mock
ipdb
Expand Down

0 comments on commit f2ec5bc

Please sign in to comment.