fix: typo in tox minversion option

Change-Id: I791bdb664d4438d446a7cd9d0c8fd98b3f13ebff
This commit is contained in:
Luigi Toscano 2020-01-28 13:13:43 +01:00
parent 62bfa6af46
commit 82ecc50fbe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py37,pypy,pep8,releasenotes
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