Skip to content

Commit

Permalink
exclude Python 2 in travis for Django 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Jan 6, 2018
1 parent 6dac9ca commit d511d4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ env:
- DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=1.12.3
- DJANGO_VERSION=2.0.1 WAGTAIL_VERSION=1.11.1

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

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

Expand Down

0 comments on commit d511d4d

Please sign in to comment.