fix: typo in tox minversion option

Change-Id: I684b41d6fa78c3611af7f8fc0e3da3f2ec9a8c8a
This commit is contained in:
Luigi Toscano 2020-01-28 13:16:17 +01:00
parent b8699a8099
commit a55cb17cf4
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