Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added new django versions
  • Loading branch information
martinvw committed Apr 19, 2016
1 parent eb7c4fc commit fd448f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,11 @@ python:
- "3.4"
- "3.5"
- "nightly"

env:
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.7.3
- DJANGO_VERSION=1.6.11
- DJANGO_VERSION=1.7.11
- DJANGO_VERSION=1.8.12

before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
Expand Down

0 comments on commit fd448f5

Please sign in to comment.