summaryrefslogtreecommitdiff
path: root/requirements_eventlet.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-05-28 10:25:04 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-05-28 10:27:25 -0700
commitb4fe8590f41fbdffdf078edce47e8a37829c2915 (patch)
tree1cd668377ddcbb78c5cdd4d14a9ed6a5cb56232c /requirements_eventlet.txt
parente228ed297c3ad9aa769e28c56b006e70c3334920 (diff)
downloadkazoo-b4fe8590f41fbdffdf078edce47e8a37829c2915.tar.gz
Fix up tox envs and there usage in travis
Ensure that we have specific virtualenvs listed in tox that install the desired gevent versions and ensure that the .travis.yml file references them for usage. This also adds gevent (with no version restriction) to the py27, py26 builds and also adds eventlet (which is now py3.x compat) to the py33 and py34 builds so that we know it is working as expected. Fixes issue #328
Diffstat (limited to 'requirements_eventlet.txt')
-rw-r--r--requirements_eventlet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_eventlet.txt b/requirements_eventlet.txt
index 456b311..0e1cb64 100644
--- a/requirements_eventlet.txt
+++ b/requirements_eventlet.txt
@@ -1 +1 @@
-eventlet>=0.16.1
+eventlet>=0.17.4