diff options
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index de4e6c66..9329aaa2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,7 @@ test_script: - python -m pip install --disable-pip-version-check --upgrade pip setuptools wheel - pip install --upgrade tox tox-venv virtualenv - pip freeze --all - - tox -- --cov + - tox after_test: - tox -e coverage,codecov |
