Skip to content

Commit

Permalink
Test on django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Dec 3, 2017
1 parent 3b73b90 commit 89e294e
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 @@ -6,6 +6,11 @@ python:
env:
- DJANGO="Django>=1.8.0,<1.9.0"
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.0,<2.1"
matrix:
exclude:
- python: '2.7'
env: DJANGO="Django>=2.0,<2.1"
install:
- pip install .
- pip install flake8
Expand Down

0 comments on commit 89e294e

Please sign in to comment.