From 0b0eb831e061971c878fa8ddafcbf65acc81abda Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Aug 2016 02:16:00 -0700 Subject: [PATCH] One more time. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad961e2..80cc630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ python: - "3.4" - "3.5" before_install: - - pip install coveralls pytest pytest-cov mock pylint vcrpy + - pip install coveralls pytest coverage mock pylint vcrpy install: - pip install . script: - pylint --rcfile .pylintrc -E rtv/ - - py.test -v --cov=rtv + - coverage run -m py.test -v after_success: - coveralls