1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 07:43:43 +00:00
scrapy/.travis.yml
2013-02-06 10:36:08 -02:00

23 lines
412 B
YAML

language: python
python:
- 2.6
- 2.7
env:
- BUILDENV=lucid
- BUILDENV=precise
- BUILDENV=latest
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
script:
- trial scrapy
branches:
only:
- master
- /^[0-9].*$/
notifications:
irc:
channels:
- "irc.freenode.org#scrapy"
use_notice: true
skip_join: true