Skip to content

Commit

Permalink
MNT: Always run coverage on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Feb 7, 2017
1 parent c15694b commit 4870135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ test_script:
- if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
# Generate a html for visual tests
- python visual_tests.py
- if x%USE_PYTEST% == xyes pip install codecov
- if x%USE_PYTEST% == xyes codecov -e PYTHON_VERSION PLATFORM
- pip install codecov
- codecov -e PYTHON_VERSION PLATFORM

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

0 comments on commit 4870135

Please sign in to comment.