Skip to content

Commit

Permalink
Bump Django versions in Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Dec 4, 2016
1 parent 4966488 commit 140f52a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -6,19 +6,19 @@ python:
- "3.3"
- "2.7"
env:
- DJANGO_VERSION=1.8.16
- DJANGO_VERSION=1.9.11
- DJANGO_VERSION=1.10.3
- DJANGO_VERSION=1.8.17
- DJANGO_VERSION=1.9.12
- DJANGO_VERSION=1.10.4
install:
- pip install coverage>=4.0
- pip install flake8
- pip install -q Django==$DJANGO_VERSION
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.9.11
env: DJANGO_VERSION=1.9.12
- python: "3.3"
env: DJANGO_VERSION=1.10.3
env: DJANGO_VERSION=1.10.4
script:
- coverage run setup.py test
- flake8 flashpolicies
Expand Down

0 comments on commit 140f52a

Please sign in to comment.