Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81dd809

Browse files
author
huang.zhiping
committed
Update min tox version to 2.0
The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: I8146e56453c518f8d8ae822157c1e4931708959a
1 parent 5d1bb50 commit 81dd809

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 = 1.6
2+
minversion = 2.0
33
skipsdist = True
44
envlist = py{34,27,35}, linters, pypy
55

0 commit comments

Comments
 (0)