Skip to content

Commit d1c11c8

Browse files
committed
Updated .travis.yml
1 parent fe3f70d commit d1c11c8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ python:
1111
- "2.6"
1212

1313
env:
14-
- DJANGO="django==1.9b1"
15-
- DJANGO="django==1.8.5"
16-
- DJANGO="django==1.7.7"
17-
- DJANGO="django==1.6.11"
14+
- DJANGO="django>=1.9,<1.10"
15+
- DJANGO="django>=1.8,<1.9"
16+
- DJANGO="django>=1.7,<1.8"
17+
- DJANGO="django>=1.6,<1.7"
1818

1919
matrix:
2020
exclude:
2121
- python: "2.6"
22-
env: DJANGO="django==1.7.7"
22+
env: DJANGO="django>=1.7,<1.8"
2323
- python: "2.6"
24-
env: DJANGO="django==1.8.5"
24+
env: DJANGO="django>=1.8,1.9"
2525
- python: "2.6"
26-
env: DJANGO="django==1.9b1"
26+
env: DJANGO="django>=1.9,<1.10"
2727
- python: "3.3"
28-
env: DJANGO="django==1.9b1"
29-
30-
allow_failures:
31-
- env: DJANGO="django==1.9b1"
28+
env: DJANGO="django>=1.9,<1.10"
3229

3330
branches:
3431
only:
3532
- master
3633

34+
before_install:
35+
- pip install -U pip setuptools wheel
36+
3737
# command to install requirements
3838
install:
3939
- pip install $DJANGO

0 commit comments

Comments
 (0)