From fd79868a82eb5adaebfd02d5ccb2cf697078c6ad Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 14:17:13 +0100 Subject: [PATCH] [deploy] branch check --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index fe6753fa..21d5a1f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,7 @@ install: - python -m pip install paramz - python -m pip install nose-show-skipped - python -m pip install coverage + - python -m pip install codecov - python -m pip install twine - "python setup.py develop"