From a2b444f1375d8c56275e50bd2a9bbe111003a76b Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Wed, 21 Mar 2018 10:54:34 -0400 Subject: Add coverage to appveyor build --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 7c61455c..2b659459 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ 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}' + -- cgit v1.2.3