Skip to content

Commit b9d11f4

Browse files
committed
add django 1.8 in travis
1 parent c9fbc2c commit b9d11f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
- DJANGO="Django>=1.5.0,<1.6.0"
1212
- DJANGO="Django>=1.6.0,<1.7.0"
1313
- DJANGO="Django>=1.7.0,<1.8.0"
14+
- DJANGO="Django>=1.8.0,<1.9.0"
1415
matrix:
1516
exclude:
1617
- python: "3.2"
@@ -22,6 +23,8 @@ matrix:
2223

2324
- python: "2.6"
2425
env: DJANGO="Django>=1.7.0,<1.8.0"
26+
- python: "2.6"
27+
env: DJANGO="Django>=1.8.0,<1.9.0"
2528
install:
2629
- pip install -e .
2730
- travis_retry pip install $DJANGO django-discover-runner sqlparse

0 commit comments

Comments
 (0)