multiple build enviroments for travis-ci

This commit is contained in:
Daniel Graña 2012-05-17 08:49:45 -03:00
parent 7fc573a230
commit c3a3108799
1 changed files with 4 additions and 1 deletions

View File

@ -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