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 bbcdee2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,13 @@ 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 $DJANGO
- pip install flake8
- pip install coveralls
script:
Expand Down

0 comments on commit bbcdee2

Please sign in to comment.