Revert accidental tox.ini change

Change I95c81cfd6ab9bc7384c585ef5aa625dad9a57caf added a change
to temporarily disable the tox version check for testing - revert this
part.

Change-Id: Ife42a20edbfd9049e9e1e12e51257004e0711258
This commit is contained in:
Andreas Jaeger 2020-01-20 18:19:30 +01:00
parent 30c4992796
commit d1c8c6282e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py36,py37,py3-{dj111,dj22},pep8,releasenotes
#minversion = 3.1.1
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True