Fold install dev/platform output for CI

This commit is contained in:
Ivan Kravets
2018-02-04 00:08:28 +02:00
parent 8913f1b1ea
commit 55b8ff7e74

View File

@ -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]