From b185e5967dc80d43108522444ad51c571ff03867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20MOHIER?= Date: Mon, 26 Feb 2018 16:36:19 +0100 Subject: [PATCH] Some cleanings in the Travis build script Allow Python 2.6 to break wuthout breaking all the script --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4785f2e3e..694ca10a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,11 @@ matrix: env: TEST_SUITE=codingstandard - python: "2.6" env: TEST_SUITE=virtualenv + +matrix: + fast_finish: true allow_failures: - - python: "2.6" - env: TEST_SUITE=unit_tests + - python: "2.6" services: - mongodb