diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-19 23:40:56 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-19 23:40:56 -0600 |
| commit | 9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2 (patch) | |
| tree | 33f13afd8db190ef5805d02460744da8f897833c /tox.ini | |
| parent | 4858b44367a1e451bd8acdbca4e5c7144e209a65 (diff) | |
| download | chirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.gz chirp-9ddcc6ef45bdb138d0a94b31bbf7217d58404fd2.tar.xz | |
Fixing Tox for Testing
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=../.. |
