Skip to content

Commit

Permalink
Travis updated for Django 1.7 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 13, 2014
1 parent 761a0d6 commit 2e6f0ab
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ python:
- "3.2"
- "3.3"
env:
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6
- DJANGO=Django==1.4.10
- DJANGO=Django==1.5.5
- DJANGO=Django==1.6
- DJANGO=https://www.djangoproject.com/download/1.7b1/tarball/
matrix:
exclude:
- python: "2.6"
env: DJANGO=https://www.djangoproject.com/download/1.7b1/tarball/
- python: "3.2"
env: DJANGO_VERSION=1.4.10
env: DJANGO=Django==1.4.10
- python: "3.3"
env: DJANGO_VERSION=1.4.10
env: DJANGO=Django==1.4.10
- python: "3.4"
env: DJANGO=Django==1.4.10
install:
- pip install Django==$DJANGO_VERSION
- pip install $DJANGO
- pip install -e .
- pip install coveralls
script: make coverage
Expand Down

0 comments on commit 2e6f0ab

Please sign in to comment.