Commit 785946dd authored by Michael Wiegand's avatar Michael Wiegand Committed by Diederik van der Boor
Browse files

Exclude Django 2.1 and 2.2 from Python 2.7 test matrix

parent 0ecefb03
......@@ -15,6 +15,10 @@ matrix:
exclude:
- python: 2.7
env: DJANGO="django>=2.0,<2.1"
- python: 2.7
env: DJANGO="django>=2.1,<2.2"
- python: 2.7
env: DJANGO="django>=2.2,<2.3"
before_install:
- pip install codecov
install:
......
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