Skip to content

Commit

Permalink
Update the min version of tox
Browse files Browse the repository at this point in the history
In Train, we will use python3.6 and 3.7 for which
the minimum tox version required is 2.5[1]

[1]https://tox.readthedocs.io/en/latest/changelog.html#v2-6-0-2017-02-04

Change-Id: I9b3dec141bd9e62739be00b69d033807cc2a2bd7
  • Loading branch information
confi-surya committed Apr 22, 2019
1 parent 20ef211 commit 11c18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 2.5.0
skipsdist = True
envlist = py36,py27,pep8,pypy

Expand Down

0 comments on commit 11c18f8

Please sign in to comment.