Skip to content

Commit

Permalink
Debug AppVeyor / Coveralls integration (kind of works, kind of broken…
Browse files Browse the repository at this point in the history
… :-)

This is a follow up to #61 because it would be awesome if Coveralls
could merge the coverage statistics of Windows and Linux builds.
  • Loading branch information
xolox committed Oct 31, 2015
1 parent 28efbb8 commit 234ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build: off
test_script:
- cmd: '"%PYTHON%\Scripts\coverage.exe" run setup.py test'
on_success:
- cmd: '"%PYTHON%\Scripts\coveralls.exe"'
- cmd: '"%PYTHON%\Scripts\coveralls.exe" debug'

0 comments on commit 234ddcb

Please sign in to comment.