mirror of
https://github.com/quantum5/optimize-later.git
synced 2025-04-24 12:32:04 -04:00
Django 2.1 does not actually support Python 3.4.
This commit is contained in:
parent
688c3f1fc4
commit
cdb265a97a
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue