Skip to content

Commit aa9a187

Browse files
author
Sean Bleier
committed
One more try.
1 parent 8bdbcff commit aa9a187

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ python:
66
- 3.6
77
- 3.7
88
env:
9-
- DJANGO_VERSION='==1.11'
10-
- DJANGO_VERSION='==2.0'
11-
- DJANGO_VERSION='==2.1'
9+
- DJANGO_VERSION='<2.0'
10+
- DJANGO_VERSION='>=2.0,<2.1'
11+
- DJANGO_VERSION='>=2.1,<2.2'
1212
matrix:
1313
exclude:
1414
- python: 2.7
15-
env: DJANGO_VERSION='==2.0'
15+
env: DJANGO_VERSION='>=2.0,<2.1'
1616
- python: 2.7
17-
env: DJANGO_VERSION='==2.1'
17+
env: DJANGO_VERSION='>=2.1,<2.2'
1818
- python: 3.5
19-
env: DJANGO_VERSION='==1.11'
19+
env: DJANGO_VERSION='<2.0'
2020
- python: 3.6
21-
env: DJANGO_VERSION='==1.11'
21+
env: DJANGO_VERSION='<2.0'
2222
- python: 3.7
23-
env: DJANGO_VERSION='==1.11'
23+
env: DJANGO_VERSION='<2.0'
2424
# command to run tests
2525
install: ./install_redis.sh
2626
script: make test DJANGO_VERSION=$DJANGO_VERSION

0 commit comments

Comments
 (0)