Skip to content

Commit 341142c

Browse files
author
Evan Borgstrom
committed
Travis update: Django 1.6 & 1.7 do not support Python 3.5
1 parent 87f617b commit 341142c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ matrix:
2222
- python: 2.6
2323
env: DJANGO=Django==1.8
2424

25+
- python: 3.5
26+
env: DJANGO=Django=1.6
27+
28+
- python: 3.5
29+
env: DJANGO=Django=1.7
30+
2531
install:
2632
- pip install -q -e .
2733
- pip install -q $DJANGO

0 commit comments

Comments
 (0)