summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 662ebcac7..801e49dd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,6 @@
envlist = py38,py39,pep8
ignore_basepython_conflict = True
minversion = 3.18.0
-skipsdist = True
[testenv]
basepython = python3
@@ -17,7 +16,10 @@ commands =
stestr run {posargs}
stestr slowest
-passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
+passenv =
+ http_proxy
+ https_proxy
+ no_proxy
[testenv:pep8]
commands =