Skip to content

Commit e716a42

Browse files
authored
Merge pull request #28 from ccnmtl/nikolas-patch-3
Test on django 2.1
2 parents f95bb48 + ee86e5b commit e716a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ env:
77
- DJANGO="Django>=1.8.0,<1.9.0"
88
- DJANGO="Django>=1.11,<1.12.0"
99
- DJANGO="Django>=2.0,<2.1"
10+
- DJANGO="Django>=2.1,<2.2"
1011
matrix:
1112
exclude:
1213
- python: '2.7'
1314
env: DJANGO="Django>=2.0,<2.1"
15+
- python: '2.7'
16+
env: DJANGO="Django>=2.1,<2.2"
1417
install:
1518
- pip install $DJANGO
1619
- pip install flake8

0 commit comments

Comments
 (0)