8000 CI: Add pytest-faulthandler to AppVeyor. · QuLogic/matplotlib@ffc4b4a · GitHub
[go: up one dir, main page]

Skip to content

Commit ffc4b4a

Browse files
committed
CI: Add pytest-faulthandler to AppVeyor.
1 parent 3e76f7b commit ffc4b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ install:
9090
- echo %PYTHON_VERSION% %TARGET_ARCH%
9191
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9292
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
93-
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout
93+
- pip install -q pytest "pytest-cov>=2.3.1" pytest-faulthandler pytest-rerunfailures pytest-timeout
9494

9595
# Let the install prefer the static builds of the libs
9696
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib

0 commit comments

Comments
 (0)
0