From a90f2b51e0ed104b3244116fb15e44fe848cbd14 Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Thu, 6 Jul 2017 11:43:46 +1000 Subject: py36 maybe to new for travis --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bbfaa2b..55b9866 100644 --- a/tox.ini +++ b/tox.ini @@ -7,13 +7,13 @@ commands = {envpython} setup.py test [testenv:flake] -basepython = python3.6 +basepython = python3.5 commands= pip install --quiet flake8 {envpython} setup.py clean --all flake8 [testenv:cover] -basepython = python3.6 +basepython = python3.5 commands = pip install --quiet coverage {envpython} setup.py clean --all -- cgit v1.2.1