mirror of https://github.com/scrapy/scrapy.git
limit travis-ci build matrix
This commit is contained in:
parent
fa766d7eb6
commit
3b01bb8f03
19
.travis.yml
19
.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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue