fix: typo in tox minversion option

Change-Id: I9e60294c97fda795ea6cd89c1e877f1d3064b0f5
This commit is contained in:
Luigi Toscano 2020-01-28 13:16:39 +01:00
parent 767836bbd0
commit ea32b29668
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