Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
added testing on django 1.9rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Nov 19, 2015
1 parent b72f692 commit 825d280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- python: pypy
- python: pypy3
- python: nightly
- env: DJANGO_VERSION=1.9b1
- env: DJANGO_VERSION=1.9rc1
exclude:
# Django 1.7 is not supported on python 3.5.
- python: 3.5
Expand All @@ -24,7 +24,7 @@ matrix:
env:
- DJANGO_VERSION=1.7.10
- DJANGO_VERSION=1.8.4
- DJANGO_VERSION=1.9b1
- DJANGO_VERSION=1.9rc1

install:
- pip install -q -r requirements.txt
Expand Down

0 comments on commit 825d280

Please sign in to comment.