summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-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