2012-05-16 16:54:12 -03:00
|
|
|
language: python
|
2013-08-27 17:19:45 -03:00
|
|
|
env:
|
|
|
|
TRAVISBUG="#1027"
|
2013-08-27 15:30:10 -03:00
|
|
|
matrix:
|
2013-08-27 17:19:45 -03:00
|
|
|
exclude:
|
|
|
|
- env: TRAVISBUG="#1027"
|
2013-08-27 15:30:10 -03:00
|
|
|
include:
|
|
|
|
- python: "2.6"
|
|
|
|
env: BUILDENV=lucid
|
|
|
|
- python: "2.7"
|
|
|
|
env: BUILDENV=precise
|
|
|
|
- python: "2.7"
|
|
|
|
env: BUILDENV=latest
|
2013-08-27 15:31:08 -03:00
|
|
|
- python: "pypy"
|
|
|
|
env: BUILDENV=latest
|
|
|
|
allow_failures:
|
|
|
|
- python: "pypy"
|
|
|
|
env: BUILDENV=latest
|
2012-05-16 16:54:12 -03:00
|
|
|
install:
|
2012-05-17 08:49:45 -03:00
|
|
|
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
|
2013-08-27 15:30:10 -03:00
|
|
|
- pip install --use-mirrors .
|
2012-05-16 16:54:12 -03:00
|
|
|
script:
|
2013-02-06 05:05:06 +00:00
|
|
|
- trial scrapy
|
2012-10-06 15:15:35 -03:00
|
|
|
notifications:
|
2013-02-06 10:36:08 -02:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#scrapy"
|
|
|
|
use_notice: true
|
|
|
|
skip_join: true
|