From 2e13eb1e3d1acdd5af4a83a4235288501847ac91 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 15 Aug 2018 17:48:54 +0200 Subject: [PATCH] Remove python 3.4, no more supported since Django 2.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29a5f023..02524b3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ sudo: false language: python python: -- "3.4" - "3.5" - "3.6" +- "3.7" services: - postgresql addons: