diff options
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |
