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

21 lines
316 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 tox
script: tox
notifications:
irc:
use_notice: true
skip_join: true
channels:
- "irc.freenode.org#scrapy"