Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Sep 10, 2020
1 parent 9197c50 commit 7a382c7
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install:
- pip install -q $DJANGO
Expand All @@ -20,11 +21,18 @@ after_success: coveralls
matrix:
include:
- python: "2.7"
env:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=1.10,<1.11"
- DJANGO="Django>=1.11,<2.0"
env: DJANGO="Django>=1.8,<1.9"
- python: "3.4"
env: DJANGO="Django>=1.8,<1.9"
- python: "3.5"
env: DJANGO="Django>=1.8,<1.9"

- python: "3.6"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.7"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.8"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

allow_failures:
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

0 comments on commit 7a382c7

Please sign in to comment.