1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 16:03:56 +00:00
scrapy/.travis.yml

23 lines
412 B
YAML
Raw Normal View History

2012-05-16 16:54:12 -03:00
language: python
python:
- 2.6
- 2.7
env:
- BUILDENV=lucid
- BUILDENV=precise
- BUILDENV=latest
2012-05-16 16:54:12 -03:00
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
2012-05-16 16:54:12 -03:00
script:
- trial scrapy
2013-02-06 10:36:08 -02:00
branches:
only:
- master
- /^[0-9].*$/
notifications:
2013-02-06 10:36:08 -02:00
irc:
channels:
- "irc.freenode.org#scrapy"
use_notice: true
skip_join: true