Skip to content

Commit 8858742

Browse files
author
Omer Katz
committed
Added Django 1.8 to the build matrix.
1 parent dccc831 commit 8858742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
- DJANGO="django>=1.5,<1.6"
1313
- DJANGO="django>=1.6,<1.7"
1414
- DJANGO="django>=1.7,<1.8"
15+
- DJANGO="django>=1.8,<1.9"
1516

1617
install:
1718
- pip install $DJANGO
@@ -25,6 +26,8 @@ matrix:
2526
exclude:
2627
- python: "2.6"
2728
env: DJANGO="django>=1.7,<1.8"
29+
- python: "2.6"
30+
env: DJANGO="django>=1.8,<1.9"
2831
- python: "3.3"
2932
env: DJANGO="django>=1.4,<1.5"
3033
- python: "3.4"

0 commit comments

Comments
 (0)