fix: typo in tox minversion option

Change-Id: I79ba5875a9f121a4e8365f6ac1016e0af522d5f1
This commit is contained in:
Luigi Toscano 2020-01-28 13:17:48 +01:00
parent 513aaff688
commit 740e4a5456
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = py37,pep8 envlist = py37,pep8
minversioon = 3.1.1 minversion = 3.1.1
skipsdist = True skipsdist = True
# this allows tox to infer the base python from the environment name # this allows tox to infer the base python from the environment name
# and override any basepython configured in this file # and override any basepython configured in this file