reindent travis.yml as per travis gem defaults

This commit is contained in:
Daniel Graña 2013-12-17 11:58:46 -02:00
parent e91025536f
commit c4cd0f45a0
1 changed files with 12 additions and 16 deletions

View File

@ -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"