aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNicolas <nick@zbm2.com>2020-12-21 11:01:10 +0000
committerGitHub <noreply@github.com>2020-12-21 11:01:10 +0000
commit41c5d66cba9549c0187f39fabe5e68c4ac1954d4 (patch)
tree68078a49ba4b4266be0b00cdedea7704bae9e9f6 /tox.ini
parente1af65311e21aa9b1a7fc5d4df3f3040842b1db5 (diff)
parentc94a87b7bff3abbdc4fb0fc12454979556352c76 (diff)
downloadchirp-41c5d66cba9549c0187f39fabe5e68c4ac1954d4.tar.gz
chirp-41c5d66cba9549c0187f39fabe5e68c4ac1954d4.tar.xz
Merge pull request #1 from mpoletiek/main
Upstream update
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=../..