1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 17:23:44 +00:00

test lucid and precise python packages under their respective python versions

This commit is contained in:
Daniel Graña 2013-08-27 15:30:10 -03:00
parent 588a262b73
commit 401e888ced

View File

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