1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 11:24:08 +00:00
scrapy/.travis.yml

31 lines
633 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- BUILDENV=lucid
- BUILDENV=precise
- BUILDENV=latest
matrix:
include:
- python: "2.6"
env: BUILDENV=lucid
- python: "2.7"
env: BUILDENV=precise
- python: "2.6"
env: BUILDENV=latest
- python: "2.7"
env: BUILDENV=latest
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
- pip install --use-mirrors .
script:
- trial scrapy
notifications:
irc:
channels:
- "irc.freenode.org#scrapy"
use_notice: true
skip_join: true