From 63e38c548c7c1bb19567d6b0d05115451d431702 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Wed, 5 Jun 2019 00:22:13 -0400 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 32a049a..cd58fa4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file +after_test: + - "pipenv run python -m codecov" \ No newline at end of file