mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 13:44:07 +00:00
19 lines
353 B
YAML
19 lines
353 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
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#scrapy"
|
|
use_notice: true
|
|
skip_join: true
|