Skip to content

Commit

Permalink
Added Django 1.8 and upgraded other Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed May 19, 2015
1 parent 18fda50 commit cfa4e51
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,25 @@ python:
- "3.4"

env:
- DJANGO_VERSION=1.5.4
- DJANGO_VERSION=1.6.2
- DJANGO_VERSION=1.7.1
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.1

sudo: false

matrix:
exclude:
- python: "2.6"
env: "DJANGO_VERSION=1.7.1"
env: "DJANGO_VERSION=1.7.8"
- python: "2.6"
env: "DJANGO_VERSION=1.8.1"
- python: "3.2"
env: "DJANGO_VERSION=1.5.4"
env: "DJANGO_VERSION=1.5.12"
- python: "3.3"
env: "DJANGO_VERSION=1.5.4"
env: "DJANGO_VERSION=1.5.12"
- python: "3.4"
env: "DJANGO_VERSION=1.5.4"
env: "DJANGO_VERSION=1.5.12"

install:
- pip install pyflakes pep8 coverage python-coveralls
Expand Down

0 comments on commit cfa4e51

Please sign in to comment.