Skip to content

Commit 605e5d5

Browse files
authored
pip dependencies should not have a comma seperator
1 parent 9da67b6 commit 605e5d5

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
@@ -37,7 +37,7 @@ deps =
3737
testing.mysqld
3838
webtest
3939
# Python2 only deps
40-
py{27}: enum34, mock
40+
py{27}: enum34 mock
4141

4242
# pymysql deps
4343
py{27,34,35}: pymysql < 1.0.0

0 commit comments

Comments
 (0)