mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 11:24:08 +00:00
21 lines
316 B
YAML
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"
|