1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 22:03:41 +00:00
scrapy/.travis.yml

22 lines
330 B
YAML
Raw Normal View History

2012-05-16 16:54:12 -03:00
language: python
python: 2.7
env:
- TOXENV=py27
- TOXENV=precise
- TOXENV=trunk
- TOXENV=pypy
2014-03-28 13:53:53 -03:00
- TOXENV=py33
matrix:
allow_failures:
- env: TOXENV=pypy
2012-05-16 16:54:12 -03:00
install:
2014-03-28 15:56:23 -03:00
- ./.travis-workarounds.sh
- pip install tox
2013-11-07 05:01:32 -02:00
script: tox
notifications:
irc:
use_notice: true
skip_join: true
channels:
- "irc.freenode.org#scrapy"