diff --git a/tox.ini b/tox.ini index 6432347f..26327fd7 100644 --- a/tox.ini +++ b/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]