Add workaround for build failures on Python 3.7 (https://github.com/yaml/pyyaml/issues/126)
This commit is contained in:
parent
20250237b9
commit
f2ec5bc57e
4
tox.ini
4
tox.ini
|
@ -9,7 +9,9 @@ setenv =
|
||||||
PYLAST_API_KEY={env:PYLAST_API_KEY:}
|
PYLAST_API_KEY={env:PYLAST_API_KEY:}
|
||||||
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
|
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
|
||||||
deps =
|
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
|
pytest
|
||||||
mock
|
mock
|
||||||
ipdb
|
ipdb
|
||||||
|
|
Loading…
Reference in a new issue