From c088aa566d51f65e288e4dbfd2f6bb0b5e774cb1 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 20 Mar 2018 15:08:09 +0100 Subject: [PATCH] Update Travis CI configuration Run tests on supported python versions (non-EOL). --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c83b7c..b6a52be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: - - 2.6 - 2.7 + - 3.4 + - 3.5 + - 3.6 script: make test install: - pip install nose