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

20 lines
294 B
YAML

language: python
python: 2.7
env:
- TOXENV=py27
- TOXENV=precise
- TOXENV=trunk
- TOXENV=pypy
matrix:
allow_failures:
- env: TOXENV=pypy
install:
- pip install -M tox
script: tox
notifications:
irc:
use_notice: true
skip_join: true
channels:
- "irc.freenode.org#scrapy"