Skip to content

Commit 3135718

Browse files
author
Pamela McA'Nulty
committed
Don’t test python 2.7 against django tip
1 parent 8290202 commit 3135718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
#
1414

1515
[tox]
16+
# Don't test 'tip' on python27!
1617
envlist =
17-
py27-django{18,19,110,111,111tip,tip},
18+
py27-django{18,19,110,111,111tip},
1819
py34-django{18,19,110,111,111tip,tip},
1920
py35-django{18,19,110,111,111tip,tip},
2021
py36-django{18,19,110,111,111tip,tip},

0 commit comments

Comments
 (0)