Skip to content

Commit 28c7dd7

Browse files
committed
Exclude Django1.10 and django 1.9 in combination with unsupported Python3.3
(cherry picked from commit 9a2fbb3)
1 parent 38af373 commit 28c7dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
exclude:
2020
- python: 3.3
21-
env: DJANGO==1.9rc1
21+
env: DJANGO==1.9
2222
- python: 3.3
2323
env: DJANGO==1.10
2424
- python: 3.5

0 commit comments

Comments
 (0)