add proxy to tox, so the tests can succeed even behind a proxy network

This commit is contained in:
Bernat Gabor 2017-07-26 18:25:54 +01:00
parent 1a48c4b963
commit 7697683b3d

View File

@ -2,6 +2,7 @@
envlist=flake8,py27,py34,py35,py36,pypy,du13,du12,du11 envlist=flake8,py27,py34,py35,py36,pypy,du13,du12,du11
[testenv] [testenv]
passenv = https_proxy http_proxy no_proxy
deps= deps=
six six
pytest pytest