Skip to content

Commit

Permalink
Merge 2ffba7d into c05f0ee
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Aug 16, 2018
2 parents c05f0ee + 2ffba7d commit 5b9dc65
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@ sudo: false
python:
- "2.7"
- "3.6"
- "nightly" # currently 3.7-dev
- "pypy"

env:
- DJANGO_VERSION="1.11.10"
- DJANGO_VERSION="1.11.15"
- DJANGO_VERSION="1.10.8"

matrix:
fast_finish: true
allow_failures:
- python: "nightly"
include:
- python: "2.7"
env: DJANGO_VERSION="1.7.11"
- python: "3.6"
env: DJANGO_VERSION="2.0.2"
- python: "nightly"
env: DJANGO_VERSION="2.0.2"
env: DJANGO_VERSION="2.0.8"
- python: "3.6"
env: DJANGO_VERSION="2.1.0"
- python: 3.7
dist: xenial
sudo: true
env: DJANGO_VERSION="2.1.0"

install:
- pip install -q Django~=$DJANGO_VERSION
Expand Down

0 comments on commit 5b9dc65

Please sign in to comment.