aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-19 23:40:56 -0600
committerMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-19 23:40:56 -0600
commit9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2 (patch)
tree33f13afd8db190ef5805d02460744da8f897833c /tox.ini
parent4858b44367a1e451bd8acdbca4e5c7144e209a65 (diff)
downloadchirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.gz
chirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.xz
Fixing Tox for Testing
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=../..