Skip to content

Commit a8dbd6d

Browse files
authored
Merge pull request #21 from ccnmtl/django-2.0
Test on django 2.0
2 parents 3b73b90 + bbcdee2 commit a8dbd6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ python:
66
env:
77
- DJANGO="Django>=1.8.0,<1.9.0"
88
- DJANGO="Django>=1.11,<1.12.0"
9+
- DJANGO="Django>=2.0,<2.1"
10+
matrix:
11+
exclude:
12+
- python: '2.7'
13+
env: DJANGO="Django>=2.0,<2.1"
914
install:
10-
- pip install .
15+
- pip install $DJANGO
1116
- pip install flake8
1217
- pip install coveralls
1318
script:

0 commit comments

Comments
 (0)