Commit a2b444f1 authored by Paul Ganssle's avatar Paul Ganssle

Add coverage to appveyor build

parent 49b65d25
environment:
APPVEYOR: true
APPVEYOR: True
matrix:
- PYTHON: "C:\\Python35-x64"
......@@ -20,6 +20,10 @@ cache:
test_script:
- "python bootstrap.py"
- "python -m pip install tox"
- "tox"
- "tox -e py"
after_test:
- tox -e coverage,codecov
version: '{build}'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment