Collect coverage information from the test suite

This commit is contained in:
Jean-Paul Calderone 2019-03-14 11:53:52 -04:00
parent 17c32a874b
commit 31287efa95

View File

@ -50,7 +50,7 @@ test_script:
# the interpreter you're using - Appveyor does not do anything special
# to put the Python version you want to use on PATH.
- |
%PYTHON%\Scripts\tox.exe -e py
%PYTHON%\Scripts\tox.exe -e coverage
after_test:
# This builds the main tahoe wheel, and wheels for all dependencies.