1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 15:43:47 +00:00
scrapy/.travis.yml

30 lines
679 B
YAML
Raw Normal View History

2012-05-16 16:54:12 -03:00
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.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:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
- pip install --use-mirrors .
2012-05-16 16:54:12 -03:00
script:
- trial scrapy
notifications:
2013-02-06 10:36:08 -02:00
irc:
channels:
- "irc.freenode.org#scrapy"
use_notice: true
skip_join: true