Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15694b commit 4870135Copy full SHA for 4870135
appveyor.yml
@@ -140,8 +140,8 @@ test_script:
140
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
141
# Generate a html for visual tests
142
- python visual_tests.py
143
- - if x%USE_PYTEST% == xyes pip install codecov
144
- - if x%USE_PYTEST% == xyes codecov -e PYTHON_VERSION PLATFORM
+ - pip install codecov
+ - codecov -e PYTHON_VERSION PLATFORM
145
146
after_test:
147
# After the tests were a success, build packages (wheels and conda)
0 commit comments