From 4cf8c2b63f013095a970b51850dcbe8c1b1b9701 Mon Sep 17 00:00:00 2001 From: schettino72 Date: Tue, 18 Feb 2014 22:26:49 +1300 Subject: [PATCH] travis again --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36513181..a44a0443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,9 @@ branches: script: - doit checker - py.test - - coverage help - - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then "coverage help"; "coverage run --parallel-mode `which py.test` "; "coverage combine"; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage help; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage run --parallel-mode `which py.test`; fi + - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage combine; fi after_success: - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coveralls; fi