aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6b3933f9..b43a2b3d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -19,7 +19,7 @@ install:
test_script:
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
after_test:
- - bash <(curl -s https://codecov.io/bash)
+ - "codecov"
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: