[py3] Put a py3clean environment in the list before the py3 jobs

This helps prevent python3 from stumbling over py2 cache files

#495
This commit is contained in:
Dan Smith 2019-02-11 16:21:28 -08:00
parent 72106fc20c
commit cec1fdc2e6

View File

@ -1,5 +1,5 @@
[tox]
envlist = unit,driver,style,py3unit,py3driver
envlist = unit,driver,style,py3clean,py3unit,py3driver
skipsdist = True
[testenv]
@ -30,6 +30,10 @@ deps =
commands =
python ./tools/cpep8.py
[textenv:py3clean]
commands =
py3clean chirp tests
[testenv:py3unit]
basepython = python3
sitepackages = False