Fix an issue in Travis where the build breaks because of a gevent bump

This commit is contained in:
Nicholas Charriere 2017-02-17 09:56:01 -08:00
parent 14d7a0c0a0
commit 5d9a6a6a41
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
mock
pytest
pytest-cov
gevent; "PyPy" not in platform_python_implementation
gevent==1.1; "PyPy" not in platform_python_implementation