Add gevent to test-requirements

So when we run integration tests via tox we test gevent integration as
well.

Skip gevent on pypy since travis's pypy version is too old
       Exception: PyPy 2.6.1 or higher is required
This commit is contained in:
Joe Gordon
2016-11-01 11:05:10 -07:00
parent 3613587536
commit 487a94fe11

View File

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