fix: typo in tox minversion option

Change-Id: I06ad0de55dd65a9d173c22864484f79a512923b9
This commit is contained in:
Luigi Toscano 2020-01-28 13:17:28 +01:00
parent 20c07edb71
commit 6ebae3ddd4
1 changed files with 1 additions and 1 deletions

View File

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