From 401e888ced2e8a0cc7091d2679b187fa572a1aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 27 Aug 2013 15:30:10 -0300 Subject: [PATCH] test lucid and precise python packages under their respective python versions --- .travis.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10efe11ff..0ca1c2ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,25 @@ language: python python: - - 2.6 - - 2.7 + - "2.6" + - "2.7" env: - BUILDENV=lucid - BUILDENV=precise - BUILDENV=latest +matrix: + include: + - python: "2.6" + env: BUILDENV=lucid + - python: "2.7" + env: BUILDENV=precise + - python: "2.6" + env: BUILDENV=latest + - 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: