From 756bc687df560959aa5c0282a11ed496acbc046b Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Thu, 6 Jul 2017 12:07:46 +1000 Subject: update actual travis file to use py35 for flake and coverage tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 182ac7d..c48aeb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ matrix: env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - - python: 3.6 + - python: 3.5 env: TOXENV=flake - - python: 3.6 + - python: 3.5 env: TOXENV=cover install: - pip install tox -- cgit v1.2.1