Skip to content

Commit

Permalink
Upgrade Django versions we test against on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 8, 2014
1 parent 2e8a3e3 commit 84fd0ff
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,9 @@ python:
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.13
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.6.5
matrix:
exclude:
- python: "3.2"
env: "DJANGO_VERSION=1.4.13"
- python: "3.2"
env: "DJANGO_VERSION=1.3.7"
- python: "3.2"
env: "DJANGO_VERSION=1.2.7"
- python: "3.3"
env: "DJANGO_VERSION=1.4.13"
- python: "3.3"
env: "DJANGO_VERSION=1.3.7"
- python: "3.3"
env: "DJANGO_VERSION=1.2.7"
- python: "3.4"
env: "DJANGO_VERSION=1.4.13"
- python: "3.4"
env: "DJANGO_VERSION=1.3.7"
- python: "3.4"
env: "DJANGO_VERSION=1.2.7"
# command to install requirements
- DJANGO_VERSION=1.7.1
install:
- pip install -r requirements.txt
- pip install -q Django==$DJANGO_VERSION
Expand Down

0 comments on commit 84fd0ff

Please sign in to comment.