From c878e137aa105dbbca40409cd294244fc8161609 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 5 Jan 2016 14:05:59 +0100 Subject: [PATCH] try codecov for coverage --- .travis.yml | 3 +-- dev-requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f57b87ad..09ef823f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ before_install: - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels install: - pip install -f travis-wheels/wheelhouse -r dev-requirements.txt . - - pip install -f travis-wheels/wheelhouse notebook script: - py.test --cov jupyterhub jupyterhub/tests -v after_success: - - coveralls + - codecov diff --git a/dev-requirements.txt b/dev-requirements.txt index 28159b41..0fca4115 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,5 @@ -r requirements.txt -coveralls +codecov pytest-cov pytest>=2.8 +notebook