mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 07:23:40 +00:00
32 lines
734 B
YAML
32 lines
734 B
YAML
language: python
|
|
env:
|
|
TRAVISBUG="#1027"
|
|
matrix:
|
|
exclude:
|
|
- env: TRAVISBUG="#1027"
|
|
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
|
|
- python: "pypy"
|
|
env: BUILDENV=latest
|
|
allow_failures:
|
|
- python: "pypy"
|
|
env: BUILDENV=latest
|
|
install:
|
|
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
|
|
- pip install --use-mirrors .
|
|
script:
|
|
- trial scrapy
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#scrapy"
|
|
use_notice: true
|
|
skip_join: true
|