From 80540281bc245ca02933682f8b54be2d49a35226 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 24 Jun 2019 20:21:19 +0200 Subject: [PATCH] Add Python 3.5 env back to Travis tests. Refs #2571 Previous change resulted in Python 3.5 missing from the test environment, as well as a duplicate Python 3.6 test run. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69034a97..762ada98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,10 @@ env: - TOX_ENV=docs - TOX_ENV=flake8 - TOX_ENV=py27 + - TOX_ENV=py35 - TOX_ENV=py36 matrix: include: - - python: 3.6 - env: - - TOX_ENV=py36 - python: 3.7 sudo: true dist: xenial