Add forked pytest to avoid segfaults.

This commit is contained in:
Manu 2018-11-20 17:19:59 +08:00
parent 1d60291019
commit 7df4990a45
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ addons:
- pyenv-virtualenv
casks:
- xquartz
cache:
directories:
- $HOME/.cache/pip
@ -73,7 +73,7 @@ before_script:
- sleep 3
script:
- pytest
- pytest --forked
#after_script:
#- |

View File

@ -2,6 +2,7 @@ pytest
pytest-qt
pytest-mock
pytest-faulthandler
pytest-xdist
pyinstaller
tox
bump2version