Use pytest-faulthandler on all platforms.
This commit is contained in:
parent
55b83409d9
commit
3695e05691
@ -37,7 +37,7 @@ install:
|
|||||||
- python scripts/dev/ci_install.py
|
- python scripts/dev/ci_install.py
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=70 -v --cov-report term tests
|
- tox -e $TESTENV -- -p no:sugar -v --cov-report term tests
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV -X gcov'
|
- '[[ $TESTENV == py34 || $TESTENV == py35 ]] && codecov -e TESTENV -X gcov'
|
||||||
|
2
tox.ini
2
tox.ini
@ -44,7 +44,7 @@ deps =
|
|||||||
xvfbwrapper==0.2.5
|
xvfbwrapper==0.2.5
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw --faulthandler-timeout=70 --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
||||||
{envpython} scripts/dev/check_coverage.py {posargs}
|
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user