Skip to content

Commit

Permalink
Exclude versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas committed Dec 12, 2019
1 parent 75b0a66 commit c543a1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -27,6 +27,10 @@ matrix:
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
- python: "2.7"
env: DJANGO_VERSION='Django>=2.1,<2.2'
- python: "2.7"
env: DJANGO_VERSION='Django>=2.2,<3.0'
- python: "2.7"
env: DJANGO_VERSION='Django>=3.0'
- python: "2.7"
env: DJANGO_VERSION='Django>=2.0,<2.1'
- python: "2.7"
Expand All @@ -39,6 +43,10 @@ matrix:
env: DJANGO_VERSION='Django>=1.6,<1.7'
- python: "3.4"
env: DJANGO_VERSION='Django>=2.1,<2.2'
- python: "3.4"
env: DJANGO_VERSION='Django>=2.2,<3.0'
- python: "3.4"
env: DJANGO_VERSION='Django>=3.0'
- python: "3.4"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
- python: "3.5"
Expand All @@ -53,6 +61,8 @@ matrix:
env: DJANGO_VERSION='Django>=2.1,<2.2'
- python: "3.5"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
- python: "3.5"
env: DJANGO_VERSION='Django>=3.0'
- python: "3.6"
env: DJANGO_VERSION='Django>=1.4,<1.5'
- python: "3.6"
Expand Down

0 comments on commit c543a1d

Please sign in to comment.