diff --git a/tox.ini b/tox.ini index f31dab913..25350dfdd 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ distribute = False envlist = py3,pep8 minversion = 3.18.0 -skipsdist = True # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set # ignore_basepython_conflict.