diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2016-08-20 19:40:22 +0500 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2016-08-23 02:21:03 +0500 |
| commit | 95a3159a19e913f24b4d69b73168a401b000c5ed (patch) | |
| tree | 090212bcb17b6849959a59a7a43820fb9b0d219b /tox.ini | |
| parent | 4f0913d084acab2a991e32389337f86aacf8e1c4 (diff) | |
| download | eventlet-bundle-dns.tar.gz | |
bundle dnspython in support/; resolving is always greenbundle-dns
Fixes installation issue when older dnspython is present in system packages
https://github.com/eventlet/eventlet/pull/341
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,13 +1,13 @@ # The flake8 and pep8 sections just contain configuration for corresponding tools. # Checkers are not run implicitly. [flake8] -exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py,eventlet/green/http/* +exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py,eventlet/green/http/*,eventlet/support/dns/* ignore = E261 max-line-length = 101 [pep8] count = 1 -exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py,eventlet/green/http/* +exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py,eventlet/green/http/*,eventlet/support/dns/* ignore = E261 max-line-length = 101 show-source = 1 @@ -16,7 +16,7 @@ statistics = 1 [tox] minversion=1.8 envlist = - pep8, py{26,27,33,34,35,py}-{selects,poll,epolls}, py{27,35,py}-dns + pep8, py{26,27,33,34,35,py}-{selects,poll,epolls} [testenv:pep8] basepython = python2.7 @@ -45,9 +45,7 @@ deps = nose==1.3.1 setuptools==5.4.1 py{26,27}: subprocess32==3.2.7 - py27-dns: dnspython==1.14.0 py{26,27}-{selects,poll,epolls}: MySQL-python==1.2.5 - py{34,35,py}-dns: dnspython==1.14.0 py26-{selects,poll,epolls}: pyopenssl==0.13 py{27,33,34}-{selects,poll,epolls}: pyopenssl==16.0.0 {selects,poll,epolls}: psycopg2cffi-compat==1.1 |
