From a903949a44faa2950c87617773b2627241ce4f1d Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Mon, 3 Sep 2018 16:49:42 +0200 Subject: [PATCH] Travis-CI change - remove Python 2.7, 3.4. Add 3.7. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ebd00d..790d17a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: python python: -- '2.7' -- '3.4' - '3.5' - '3.6' +- '3.7' install: - pip install -r requirements.txt - pip install pytest coveralls