From 3b01bb8f037839ba99782b3e70ad6fa36dfd0141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 27 Aug 2013 18:22:15 -0300 Subject: [PATCH] limit travis-ci build matrix --- .travis.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10efe11ff..cb3a5bc1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,19 @@ language: python -python: - - 2.6 - - 2.7 env: - - BUILDENV=lucid - - BUILDENV=precise - - BUILDENV=latest + TRAVISBUG="#1027" +matrix: + exclude: + - env: TRAVISBUG="#1027" + include: + - python: "2.6" + env: BUILDENV=lucid + - python: "2.7" + env: BUILDENV=precise + - python: "2.7" + env: BUILDENV=latest install: - pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt - - pip install . + - pip install --use-mirrors . script: - trial scrapy notifications: