diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2016-03-05 18:16:41 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2016-03-05 18:16:41 +0200 |
commit | 73d41c948d9ffcc83df09d6f42d0da7b0141a1fe (patch) | |
tree | a14289e317e7a65638f768a999e5189b37b5f5d6 | |
parent | a6545cf29831bb6d8f055aeb2fa9d5204e9bd192 (diff) | |
download | apscheduler-73d41c948d9ffcc83df09d6f42d0da7b0141a1fe.tar.gz |
Updated the gevent test dependency to 1.1 final
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ deps = pytest rethinkdb tornado twisted - gevent >= 1.1rc3 + gevent >= 1.1 {py27,pypy}: mock {py27,pypy}: trollius {py33}: asyncio |