Commit aa9a1878 authored by Sean Bleier's avatar Sean Bleier

One more try.

parent 8bdbcffb
......@@ -6,21 +6,21 @@ python:
- 3.6
- 3.7
env:
- DJANGO_VERSION='==1.11'
- DJANGO_VERSION='==2.0'
- DJANGO_VERSION='==2.1'
- DJANGO_VERSION='<2.0'
- DJANGO_VERSION='>=2.0,<2.1'
- DJANGO_VERSION='>=2.1,<2.2'
matrix:
exclude:
- python: 2.7
env: DJANGO_VERSION='==2.0'
env: DJANGO_VERSION='>=2.0,<2.1'
- python: 2.7
env: DJANGO_VERSION='==2.1'
env: DJANGO_VERSION='>=2.1,<2.2'
- python: 3.5
env: DJANGO_VERSION='==1.11'
env: DJANGO_VERSION='<2.0'
- python: 3.6
env: DJANGO_VERSION='==1.11'
env: DJANGO_VERSION='<2.0'
- python: 3.7
env: DJANGO_VERSION='==1.11'
env: DJANGO_VERSION='<2.0'
# command to run tests
install: ./install_redis.sh
script: make test DJANGO_VERSION=$DJANGO_VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment