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

25 lines
386 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
2014-04-09 18:46:01 -03:00
- TOXENV=docs
matrix:
allow_failures:
- env: TOXENV=pypy
- env: TOXENV=py33
2014-04-09 18:46:01 -03:00
- env: TOXENV=docs
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"