mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 07:23:40 +00:00
24 lines
346 B
YAML
24 lines
346 B
YAML
language: python
|
|
python: 2.7
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=precise
|
|
- TOXENV=trunk
|
|
- TOXENV=pypy
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- env: TOXENV=pypy
|
|
|
|
install:
|
|
- pip install -M tox
|
|
|
|
script: tox
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#scrapy"
|
|
use_notice: true
|
|
skip_join: true
|