From 3fd58537f66cbf3145e2fe335561c8a31c874c67 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 12 Jul 2018 11:43:24 +0200 Subject: [PATCH] remove Python 3.4 and Python 3.7 added --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a3a912..a998141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,12 @@ services: cache: pip python: - - "3.4" - "3.5" - "3.5-dev" - "3.6" - "3.6-dev" + - "3.7" + - "3.7-dev" install: - pip install -U nose codecov pytest