Commit 89751b2a authored by Sean Bleier's avatar Sean Bleier

Update Django version to 2.2

parent 4c52b066
...@@ -9,11 +9,11 @@ env: ...@@ -9,11 +9,11 @@ env:
- DJANGO_VERSION='>=1.11,<2.0' - DJANGO_VERSION='>=1.11,<2.0'
- DJANGO_VERSION='>=2.0,<2.1' - DJANGO_VERSION='>=2.0,<2.1'
- DJANGO_VERSION='>=2.1,<2.2' - DJANGO_VERSION='>=2.1,<2.2'
- DJANGO_VERSION='>=2.2a1,<3.0' - DJANGO_VERSION='>=2.2,<3.0'
matrix: matrix:
exclude: exclude:
- python: 2.7 - python: 2.7
env: DJANGO_VERSION='>=2.0,<3.0' env: DJANGO_VERSION='>=2.0'
- python: 3.4 - python: 3.4
env: DJANGO_VERSION='>=2.1,<2.2' env: DJANGO_VERSION='>=2.1,<2.2'
- python: 3.4 - python: 3.4
......
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