Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokinko committed Sep 24, 2018
1 parent a0b4382 commit 679a6e4
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,14 @@ env:
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION='Django>=1.11,<2.0'
- python: "3.4"
env: DJANGO_VERSION='Django>=1.11,<2.0'
- python: "3.4"
env: DJANGO_VERSION='Django>=2.0,<2.1'
- python: "3.5"
env: DJANGO_VERSION='Django>=1.11,<2.0'
- python: "3.5"
env: DJANGO_VERSION='Django>=2.0,<2.1'
- python: "3.5"
- python: "2.7"
env: DJANGO_VERSION='Django>=2.1,<2.2'
- python: "3.5"
- python: "2.7"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
- python: "3.6"
env: DJANGO_VERSION='Django>=1.11,<2.0'
- python: "3.6"
env: DJANGO_VERSION='Django>=2.0,<2.1'
- python: "3.6"
- python: "3.4"
env: DJANGO_VERSION='Django>=2.1,<2.2'
- python: "3.6"
- python: "2.7"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
allow_failures:
- env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
Expand Down

0 comments on commit 679a6e4

Please sign in to comment.