Revert "Add workaround for build failures on Python 3.7 (https://github.com/yaml/pyyaml/issues/126)"

This reverts commit f2ec5bc57e.
This commit is contained in:
Hugo 2018-06-27 16:30:29 +03:00
parent 691e0a9ab1
commit 7665fd09d7

View file

@ -9,9 +9,7 @@ setenv =
PYLAST_API_KEY={env:PYLAST_API_KEY:}
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
deps =
# Workaround for yaml/pyyaml#126
py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml
py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml
pyyaml
pytest
mock
ipdb