Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 56b9bb8

Browse files
committed
update travis exlcusions for python 3.7 and 2.7
1 parent 4337e89 commit 56b9bb8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ cache:
3535
- $HOME/.cache/pip
3636
matrix:
3737
exclude:
38+
# Python 3.7 is supported as of django 2.0
39+
- {python: "3.6", env: DJANGO="Django<1.3"}
40+
- {python: "3.6", env: DJANGO="Django<1.4"}
41+
- {python: "3.6", env: DJANGO="Django<1.5"}
42+
- {python: "3.6", env: DJANGO="Django<1.6"}
43+
- {python: "3.6", env: DJANGO="Django<1.7"}
44+
- {python: "3.6", env: DJANGO="Django<1.8"}
45+
- {python: "3.6", env: DJANGO="Django<1.9"}
46+
- {python: "3.6", env: DJANGO="Django<1.10"}
47+
- {python: "3.6", env: DJANGO="Django<1.11"}
48+
- {python: "3.6", env: DJANGO="Django<2.0"}
49+
3850
# Python 3.6 is supported as of django 1.8
3951
- {python: "3.6", env: DJANGO="Django<1.3"}
4052
- {python: "3.6", env: DJANGO="Django<1.4"}
@@ -77,6 +89,10 @@ matrix:
7789
- {python: "3.2", env: DJANGO="Django<2.0"}
7890
- {python: "3.2", env: DJANGO="Django<3.0"}
7991

92+
# Python 2.7 is supported up until django 2.0
93+
- {python: "2.6", env: DJANGO="Django<2.0"}
94+
- {python: "2.6", env: DJANGO="Django<3.0"}
95+
8096
# Python 2.6 is supported up until django 1.7
8197
- {python: "2.6", env: DJANGO="Django<1.8"}
8298
- {python: "2.6", env: DJANGO="Django<1.9"}

0 commit comments

Comments
 (0)