Commit aa9a1878 authored by Sean Bleier's avatar Sean Bleier

One more try.

parent 8bdbcffb
...@@ -6,21 +6,21 @@ python: ...@@ -6,21 +6,21 @@ python:
- 3.6 - 3.6
- 3.7 - 3.7
env: env:
- DJANGO_VERSION='==1.11' - DJANGO_VERSION='<2.0'
- DJANGO_VERSION='==2.0' - DJANGO_VERSION='>=2.0,<2.1'
- DJANGO_VERSION='==2.1' - DJANGO_VERSION='>=2.1,<2.2'
matrix: matrix:
exclude: exclude:
- python: 2.7 - python: 2.7
env: DJANGO_VERSION='==2.0' env: DJANGO_VERSION='>=2.0,<2.1'
- python: 2.7 - python: 2.7
env: DJANGO_VERSION='==2.1' env: DJANGO_VERSION='>=2.1,<2.2'
- python: 3.5 - python: 3.5
env: DJANGO_VERSION='==1.11' env: DJANGO_VERSION='<2.0'
- python: 3.6 - python: 3.6
env: DJANGO_VERSION='==1.11' env: DJANGO_VERSION='<2.0'
- python: 3.7 - python: 3.7
env: DJANGO_VERSION='==1.11' env: DJANGO_VERSION='<2.0'
# command to run tests # command to run tests
install: ./install_redis.sh install: ./install_redis.sh
script: make test DJANGO_VERSION=$DJANGO_VERSION 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