1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 00:43:59 +00:00
scrapy/.travis.yml
2012-10-06 15:16:58 -03:00

16 lines
292 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 scrapyd
notifications:
- irc:
- "irc.freenode.org#scrapy"