aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 32f367e..dafd59b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = unit,driver,style,py3clean,py3unit,py3driver
skipsdist = True
[testenv]
-basepython = python2.7
+basepython = python3.7
sitepackages = True
passenv = HOME
whitelist_externals = bash
@@ -40,7 +40,7 @@ commands =
py3clean chirp tests
[testenv:py3unit]
-basepython = python3
+basepython = python3.7
sitepackages = False
setenv =
PYTHONPATH=../..
@@ -51,7 +51,7 @@ commands =
pytest --disable-warnings -v tests/unit {posargs}
[testenv:py3driver]
-basepython = python3
+basepython = python3.7
sitepackages = False
setenv =
PYTHONPATH=../..