Skip to content

Commit 8ddef5d

Browse files
committed
test matrix update; django 2.0 added
1 parent a0ccd96 commit 8ddef5d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ python:
66
- "3.5"
77
- "pypy"
88
env:
9-
- DJANGO_VERSION=1.11.10
9+
- DJANGO="Django>=1.11,<2.0"
10+
- DJANGO="Django>=2.0,<2.2"
11+
matrix:
12+
exclude:
13+
- python: "3.5"
14+
env: DJANGO="Django>=1.11,<2.0"
15+
- python: "pypy"
16+
env: DJANGO="Django>=1.11,<2.0"
1017
# command to install dependencies
1118
install:
1219
- pip install -r requirements.txt
13-
- pip install -q Django==$DJANGO_VERSION
20+
- pip install -q $DJANGO
1421
# command to run tests
1522
script: python setup.py -q nosetests

0 commit comments

Comments
 (0)