Remove python 3.4, no more supported since Django 2.1

This commit is contained in:
Yohan Boniface 2018-08-15 17:48:54 +02:00
parent 22f7486519
commit 2e13eb1e3d

View file

@ -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: