Use "OS_INSECURE" variable as the insecure mode indicator
[yardstick.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 3dfb982..caa11fb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py27,py3
 
 [testenv]
 usedevelop=True
+passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
 deps = -rrequirements.txt
 commands = /bin/bash ./run_tests.sh
 whitelist_externals = /bin/bash
@@ -19,4 +20,5 @@ whitelist_externals = /bin/bash
 #ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
 # dovetail flake8 ignores
 ignore = E123,E125,H803
+max-line-length = 99
 exclude =  .venv,.git,.tox,dist,docs,*egg,build