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 2c113d0 commit 8bdbcffCopy full SHA for 8bdbcff
.travis.yml
@@ -6,13 +6,21 @@ python:
6
- 3.6
7
- 3.7
8
env:
9
- - DJANGO_VERSION=1.11
10
- - DJANGO_VERSION=2.0
11
- - DJANGO_VERSION=2.1
+ - DJANGO_VERSION='==1.11'
+ - DJANGO_VERSION='==2.0'
+ - DJANGO_VERSION='==2.1'
12
matrix:
13
exclude:
14
- python: 2.7
15
- env: DJANGO_VERSION='>=2.0'
+ env: DJANGO_VERSION='==2.0'
16
+ - python: 2.7
17
+ env: DJANGO_VERSION='==2.1'
18
+ - python: 3.5
19
+ env: DJANGO_VERSION='==1.11'
20
+ - python: 3.6
21
22
+ - python: 3.7
23
24
# command to run tests
25
install: ./install_redis.sh
26
script: make test DJANGO_VERSION=$DJANGO_VERSION
0 commit comments