Skip to content

Commit 61e8349

Browse files
committed
fix tox spec for py27 lowest
When running with just `tox` you'd get the "lowest" library versions for the plain py27 run.
1 parent 8b7b249 commit 61e8349

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)