summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 73840a0..7b327a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,10 +4,11 @@ envlist = py25selects,py25poll,py26selects,py26poll,py26epolls,py27selects,py27p
[testenv]
downloadcache = {toxworkdir}/pip_download_cache
deps =
- nose==1.3.0
- pyopenssl==0.13
+ dnspython==1.11.0
MySQL-python==1.2.4
+ nose==1.3.0
psycopg2==2.5.1
+ pyopenssl==0.13
commands =
nosetests --verbose tests/
nosetests --verbose --with-doctest eventlet/coros.py eventlet/event.py \