mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fold install dev/platform output for CI
This commit is contained in:
2
tox.ini
2
tox.ini
@ -58,7 +58,9 @@ deps =
|
|||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
|
{envpython} -c "print 'travis_fold:start:install_devplatforms'"
|
||||||
{envpython} scripts/install_devplatforms.py
|
{envpython} scripts/install_devplatforms.py
|
||||||
|
{envpython} -c "print 'travis_fold:end:install_devplatforms'"
|
||||||
py.test -v --basetemp="{envtmpdir}" tests
|
py.test -v --basetemp="{envtmpdir}" tests
|
||||||
|
|
||||||
[testenv:skipexamples]
|
[testenv:skipexamples]
|
||||||
|
Reference in New Issue
Block a user