From c3a310879988254ad700c3c7a40a5af804cbcd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 17 May 2012 08:49:45 -0300 Subject: [PATCH] multiple build enviroments for travis-ci --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c8da65b7..cf25d3016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,10 @@ language: python python: - 2.6 - 2.7 +env: + - BUILDENV=lucid + - BUILDENV=latest install: - - pip install . --use-mirrors + - pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt script: - trial scrapy