Merge pull request #2015 from blink1073/codecov

MAINT: Switch from coveralls -> codecov in CI build
This commit is contained in:
Josh Warner
2016-03-19 13:59:59 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,5 +62,5 @@ install:
script: tools/travis_script.sh
after_success:
- coveralls
- codecov
- bash tools/deploy_docs.sh
+1 -1
View File
@@ -48,7 +48,7 @@ virtualenv -p python ~/venv
source ~/venv/bin/activate
pip install --upgrade pip
pip install --retries 3 -q wheel flake8 coveralls nose
pip install --retries 3 -q wheel flake8 codecov nose
# install wheels
for requirement in $WHEELBINARIES; do