diff --git a/tox.ini b/tox.ini index a9f258c..0af17b7 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ basepython = python3 minversion = 2.0 # add docs to the list of environments once we actually have docs to generate envlist = py36,pep8,molecule,linters -skipdist = True +skipsdist = True [testenv] usedevelop = True