mirror of https://github.com/scrapy/scrapy.git
indent travis yaml
This commit is contained in:
parent
5d4cdb59a9
commit
49fd77d693
10
.travis.yml
10
.travis.yml
|
|
@ -2,12 +2,12 @@ language: python
|
|||
python: 2.7
|
||||
sudo: false
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=py33
|
||||
- TOXENV=docs
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=py33
|
||||
- TOXENV=docs
|
||||
install:
|
||||
- pip install -U tox
|
||||
- pip install -U tox
|
||||
script: tox
|
||||
notifications:
|
||||
irc:
|
||||
|
|
|
|||
Loading…
Reference in New Issue