diff --git a/tox.ini b/tox.ini index 0fbe142e7..f444646a0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = py3,pep8,docs minversion = 3.18.0 -skipsdist = true ignore_basepython_conflict = true [testenv] @@ -100,4 +99,6 @@ import_exceptions = novaclient.i18n # dependencies are missing! This also means that bindep must be installed # separately, outside of the requirements files. deps = bindep +skipsdist=True +usedevelop=False commands = bindep test