We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ccd96 commit 8ddef5dCopy full SHA for 8ddef5d
.travis.yml
@@ -6,10 +6,17 @@ python:
6
- "3.5"
7
- "pypy"
8
env:
9
- - DJANGO_VERSION=1.11.10
+ - 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
17
# command to install dependencies
18
install:
19
- pip install -r requirements.txt
- - pip install -q Django==$DJANGO_VERSION
20
+ - pip install -q $DJANGO
21
# command to run tests
22
script: python setup.py -q nosetests
0 commit comments