From 9e2da8627d7d57634e1da191c1acce3b3afd0d5c Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 29 Nov 2015 22:38:56 +0100 Subject: [PATCH] Added codecov to .travis.ymls --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01e6d01..d24301b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ before_install: install: - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose - pip install coveralls + - pip install codecov - python setup.py build - python setup.py install # - conda build conda_recipe @@ -48,5 +49,6 @@ script: - coverage run --source=wafo setup.py test after_success: - coveralls + - codecov cache: - apt