summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2013-07-09 18:48:44 +0400
committerSergey Shepelev <temotor@gmail.com>2013-07-11 19:28:29 +0400
commit2681e425adce8f14d692ec31c2e6cbeff8b6c751 (patch)
treeccc54ed7e554e504a8c01c6c331648e9dc5f227a
parentc3f5207f24e6833be3fee0a929c50604c61ce9c4 (diff)
downloadeventlet-tox-add-dnspython.tar.gz
tox: add dnspython to test greendns supporttox-add-dnspython
-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 \