summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-06 11:43:46 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-06 11:43:46 +1000
commita90f2b51e0ed104b3244116fb15e44fe848cbd14 (patch)
treecac289430408641072a8cb3d276da65c060678eb
parentb17c2fff921fdee19b7c51d35212e0764018748c (diff)
downloadisodate-a90f2b51e0ed104b3244116fb15e44fe848cbd14.tar.gz
py36 maybe to new for travis
-rw-r--r--tox.ini4
1 files 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