Django 2.1 does not actually support Python 3.4.

This commit is contained in:
Quantum 2018-08-22 14:36:39 -04:00
parent 688c3f1fc4
commit cdb265a97a

View file

@ -18,6 +18,8 @@ matrix:
env: DJANGO_VERSION=">=2,<2.1"
- python: "2.7"
env: DJANGO_VERSION=">=2.1,<2.2"
- python: "3.4"
env: DJANGO_VERSION=">=2.1,<2.2"
install:
- pip install codecov $([ -n "$DJANGO_VERSION" ] && echo "Django$DJANGO_VERSION")
script: