diff --git a/tox.ini b/tox.ini index 8851a57..924480c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.2.1 +minversion = 3.18.0 envlist = py3,pep8,alint,cover skipsdist = True ignore_basepython_conflict=true @@ -103,4 +103,4 @@ deps = codespell # note(JayF): {posargs} lets us run `tox -ecodespell -- -w` to get codespell # to correct spelling issues in our code it's aware of. commands = - codespell {posargs} \ No newline at end of file + codespell {posargs}