Skip to content

Commit 13bba78

Browse files
yangweiweiDean Troyer
authored andcommitted
Update to tox.ini
When do the action "tox -e pep8", result is "ValueError: No closing quotation". Which is caused by the tox.ini. The min tox version is 1.6. In my environment, tox version is 2.2.1. If the tox version is more than 2.3, the error will not happen. Depends-on: Iee7b043ac7d381dadf89d26098f69e935ed81d6b Change-Id: Id10ddf6244e7e25e6f66c97773d426b0b4789479
1 parent 80726b1 commit 13bba78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3
33
envlist = py35,py27,pep8
44
skipdist = True
55

0 commit comments

Comments
 (0)