Commit b19ec937 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove '--cov' in appveyor too.

parent c85addee
......@@ -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
......
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