8000 WIP: maybe now? · matplotlib/matplotlib@0800c3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0800c3f

Browse files
committed
WIP: maybe now?
1 parent 2b62920 commit 0800c3f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 4 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ install:
9393

9494
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
9595
# https://github.com/matplotlib/matplotlib/issues/9176
96+
# Use verify as a command to clear the errorlevel--DO NOT TRY TO SET ERRORLEVEL MANUALLY
9697
- python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && (
9798
curl -sL https://github.com/python/cpython/pull/1224.patch |
98-
patch -fsup 1 -d %CONDA_PREFIX% ) || ( set errorlevel= )
99+
patch -fsup 1 -d %CONDA_PREFIX% ) || ver >nul
99100

100101
# Let the install prefer the static builds of the libs
101102
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
@@ -132,9 +133,7 @@ test_script:
132133
- python -c "import matplotlib as m; m.use('tkagg'); import matplotlib.pyplot as plt; print(plt.get_backend())"
133134
# tests
134135
- echo The following args are passed to pytest %PYTEST_ARGS%
135-
# - python tests.py %PYTEST_ARGS% || cmd /c "exit /b 0"
136-
- pytest %PYTEST_ARGS%
137-
- echo %errorlevel%
136+
- python tests.py %PYTEST_ARGS% || cmd /c "exit /b 0"
138137

139138
after_test:
140139
# After the tests were a success, build packages (wheels and conda)

0 commit comments

Comments
 (0)
0