Merge pull request #275 from pylast/rm-pyyaml-workaround

Revert PyYAML workaround for Python 3.7
This commit is contained in:
Hugo 2018-06-27 16:50:05 +03:00 committed by GitHub
commit 0b725831d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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