Skip to content

Commit 6b1fca9

Browse files
committed
Update minversion of tox
The minimum version since when tox accepts having inline comments in deps is 3.9.0 https://tox.readthedocs.io/en/latest/changelog.html#v3-9-0-2019-04-17 Change-Id: I45cf88aaa13a3899a5576b7ac34ddc0e3907478b
1 parent 4d90458 commit 6b1fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 3.2.1
2+
minversion = 3.9.0
33
skipsdist = True
44
envlist = py3,pep8
55
ignore_basepython_conflict=true

0 commit comments

Comments
 (0)