mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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
|
||||
commands =
|
||||
{envpython} --version
|
||||
{envpython} -c "print 'travis_fold:start:install_devplatforms'"
|
||||
{envpython} scripts/install_devplatforms.py
|
||||
{envpython} -c "print 'travis_fold:end:install_devplatforms'"
|
||||
py.test -v --basetemp="{envtmpdir}" tests
|
||||
|
||||
[testenv:skipexamples]
|
||||
|
Reference in New Issue
Block a user