Skip to content

Commit b789b9a

Browse files
committed
test on released version of django 1.9
1 parent 4d47cf3 commit b789b9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ python:
99
env:
1010
- DJANGO="Django>=1.7.0,<1.8.0"
1111
- DJANGO="Django>=1.8.0,<1.9.0"
12-
- DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/"
12+
- DJANGO="Django>=1.9.0,<1.10.0"
1313
matrix:
1414
exclude:
1515
- python: "3.2"
16-
env: DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/"
16+
env: DJANGO="Django>=1.9.0,<1.10.0"
1717
- python: "3.3"
18-
env: DJANGO="https://www.djangoproject.com/download/1.9a1/tarball/"
18+
env: DJANGO="Django>=1.9.0,<1.10.0"
1919
- python: "3.5"
2020
env: DJANGO="Django>=1.7.0,<1.8.0"
2121
- python: "3.5"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
django16: Django>=1.6,<1.7
2020
django17: Django>=1.7,<1.8
2121
django18: Django>=1.8,<1.9
22-
django19: https://www.djangoproject.com/download/1.9a1/tarball/
22+
django19: Django>=1.9,<1.10
2323
django-discover-runner
2424
selenium
2525
sqlparse

0 commit comments

Comments
 (0)