diff options
| author | Paul Ganssle <paul@ganssle.io> | 2018-03-21 10:54:34 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-03-23 13:06:10 -0400 |
| commit | a2b444f1375d8c56275e50bd2a9bbe111003a76b (patch) | |
| tree | 2171ac46c1a1d665f302ee88d7496db8e9256e52 /appveyor.yml | |
| parent | 49b65d25db9b85b0d34bfc713d6ca4ca5c1096c0 (diff) | |
| download | external_python_setuptools-a2b444f1375d8c56275e50bd2a9bbe111003a76b.tar.gz external_python_setuptools-a2b444f1375d8c56275e50bd2a9bbe111003a76b.tar.bz2 external_python_setuptools-a2b444f1375d8c56275e50bd2a9bbe111003a76b.zip | |
Add coverage to appveyor build
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 6 insertions, 2 deletions
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}' + |
