diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2013-07-09 18:48:44 +0400 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2013-07-11 19:28:29 +0400 |
| commit | 2681e425adce8f14d692ec31c2e6cbeff8b6c751 (patch) | |
| tree | ccc54ed7e554e504a8c01c6c331648e9dc5f227a | |
| parent | c3f5207f24e6833be3fee0a929c50604c61ce9c4 (diff) | |
| download | eventlet-tox-add-dnspython.tar.gz | |
tox: add dnspython to test greendns supporttox-add-dnspython
| -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 \ |
