Update appveyor.yml

This commit is contained in:
Brian Martin 2019-06-05 00:22:13 -04:00
parent aa242fb378
commit 63e38c548c

View file

@ -21,5 +21,5 @@ test_script:
# to put the Python version you want to use on PATH.
- "pipenv run python -m pytest --cov=./"
after_succss:
- codecov
after_test:
- "pipenv run python -m codecov"