Skip to content

Commit eebe0f5

Browse files
authored
fix tox dependency specification when running py27
Origin PR: pallets-eco#703
2 parents 8b7b249 + 61e8349 commit eebe0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ deps =
1616
coverage
1717
blinker
1818

19-
py27,py36-lowest: flask==0.12
20-
py27,py36-lowest: sqlalchemy==0.8
19+
py27-lowest,py36-lowest: flask==0.12
20+
py27-lowest,py36-lowest: sqlalchemy==0.8
2121
# This is the first version that works w/ Python 3.7
2222
py37-lowest: sqlalchemy==1.0.10
2323

0 commit comments

Comments
 (0)