Remove python 3.4, no more supported since Django 2.1
This commit is contained in:
parent
22f7486519
commit
2e13eb1e3d
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue