Skip to content

Commit

Permalink
remove Django 2.0 from travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Jan 6, 2018
1 parent d511d4d commit 020c726
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ env:
- DJANGO_VERSION=1.11.9 WAGTAIL_VERSION=1.13.1
- DJANGO_VERSION=1.11.9 WAGTAIL_VERSION=1.12.3
- DJANGO_VERSION=1.11.9 WAGTAIL_VERSION=1.11.1
- DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=1.13.1
- DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=1.12.3
- DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=1.11.1
# - DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=2.0.0

matrix:
exclude:
- python: 2.7
env: DJANGO_VERSION=2.0.1
env: DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=2.0.0

install:
- pip install -q Django==$DJANGO_VERSION wagtail==$WAGTAIL_VERSION
Expand Down

0 comments on commit 020c726

Please sign in to comment.