Added pytest-faulthandler to Travis (#945)

This commit is contained in:
2xB 2019-06-22 01:52:11 +02:00 committed by Ogi Moore
parent 5238c097d5
commit 0264dd40cd

View File

@ -63,6 +63,7 @@ install:
fi;
- pip install pytest-xdist # multi-thread py.test
- pip install pytest-cov # add coverage stats
- pip install pytest-faulthandler # activate faulthandler
# Debugging helpers
- uname -a