mirror of https://github.com/scrapy/scrapy.git
reindent travis.yml as per travis gem defaults
This commit is contained in:
parent
e91025536f
commit
c4cd0f45a0
28
.travis.yml
28
.travis.yml
|
|
@ -1,23 +1,19 @@
|
|||
language: python
|
||||
python: 2.7
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=trunk
|
||||
- TOXENV=pypy
|
||||
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=trunk
|
||||
- TOXENV=pypy
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=pypy
|
||||
|
||||
allow_failures:
|
||||
- env: TOXENV=pypy
|
||||
install:
|
||||
- pip install -M tox
|
||||
|
||||
- pip install -M tox
|
||||
script: tox
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#scrapy"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
irc:
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
channels:
|
||||
- "irc.freenode.org#scrapy"
|
||||
|
|
|
|||
Loading…
Reference in New Issue