From 3a141cb974c9332caec2e373e34f4db7ce342072 Mon Sep 17 00:00:00 2001 From: John Bywater Date: Mon, 18 Sep 2017 21:30:01 +0100 Subject: [PATCH] Added py3.5 to list of travis targets. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ab32f07..8932f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" before_install: - travis_retry wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh