forked from platformio/platformio-core
Enable stdout capturing for tests by Py.Test
This commit is contained in:
2
tox.ini
2
tox.ini
@ -41,4 +41,4 @@ deps = pytest
|
|||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
pip install --egg http://sourceforge.net/projects/scons/files/latest/download
|
pip install --egg http://sourceforge.net/projects/scons/files/latest/download
|
||||||
py.test -v -s --basetemp="{envtmpdir}" tests
|
py.test -v --basetemp="{envtmpdir}" tests
|
||||||
|
Reference in New Issue
Block a user