1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 08:03:59 +00:00
scrapy/.travis.yml
2013-11-07 10:58:08 -02:00

25 lines
377 B
YAML

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