From 0f7945474afd37f251a41d9023b534b04a1fb9d6 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Sat, 7 Feb 2015 13:34:48 +0200 Subject: [PATCH] fixed Travis config to run tests with all supported versions of Python both with and without coverage --- .travis.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a26ef91..8efb7e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,16 @@ install: - pip install tox - pip install coveralls env: - - TOXENV=py26 - - TOXENV=py27 - - TOXENV=py32 - - TOXENV=py33 - - TOXENV=py34 + - TOXENV=py26-without_coverage + - TOXENV=py27-without_coverage + - TOXENV=py32-without_coverage + - TOXENV=py33-without_coverage + - TOXENV=py34-without_coverage + - TOXENV=py26-with_coverage + - TOXENV=py27-with_coverage + - TOXENV=py32-with_coverage + - TOXENV=py33-with_coverage + - TOXENV=py34-with_coverage script: - tox after_success: