From 1ce3cd3c544f0c989bae0989808b15e0065c57e4 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Aug 2016 02:05:17 -0700 Subject: [PATCH] Removing xdist from travis because it screws up the coverage report. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 002c6bd..6c2a7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ python: - "3.4" - "3.5" before_install: - - pip install coveralls pytest pytest-xdist pytest-cov mock pylint vcrpy + - pip install coveralls pytest pytest-cov mock pylint vcrpy install: - pip install . script: - pylint --rcfile .pylintrc -E rtv/ - - py.test -v --cov rtv -n 4 + - py.test -v --cov after_success: - coveralls