diff options
| author | Nicolas <nick@zbm2.com> | 2020-12-21 11:01:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 11:01:10 +0000 |
| commit | 41c5d66cba9549c0187f39fabe5e68c4ac1954d4 (patch) | |
| tree | 68078a49ba4b4266be0b00cdedea7704bae9e9f6 /tox.ini | |
| parent | e1af65311e21aa9b1a7fc5d4df3f3040842b1db5 (diff) | |
| parent | c94a87b7bff3abbdc4fb0fc12454979556352c76 (diff) | |
| download | chirp-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.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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=../.. |
