forked from platformio/platformio-core
Revert back to using TOX tmp dir for PyTest
This commit is contained in:
4
tox.ini
4
tox.ini
@ -40,12 +40,12 @@ commands =
|
||||
[testenv:testcore]
|
||||
commands =
|
||||
{envpython} --version
|
||||
py.test -v -k "not skip_ci" tests --ignore tests/test_examples.py
|
||||
py.test -v --basetemp="{envtmpdir}" -k "not skip_ci" tests --ignore tests/test_examples.py
|
||||
|
||||
[testenv:testexamples]
|
||||
commands =
|
||||
{envpython} scripts/install_devplatforms.py
|
||||
py.test -v tests/test_examples.py
|
||||
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
|
||||
|
||||
[testenv:docs]
|
||||
; basepython = ~/.pyenv/versions/3.6.12/bin/python
|
||||
|
Reference in New Issue
Block a user