mirror of https://github.com/scrapy/scrapy.git
The sum up of travis-ci builds are taking like 50min to complete
This commit is contained in:
parent
e49c96ae26
commit
ae1e2ccfcf
|
|
@ -3,15 +3,10 @@ python: 2.7
|
|||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
- TOXENV=trunk
|
||||
- TOXENV=pypy
|
||||
- TOXENV=py33
|
||||
- TOXENV=docs
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=pypy
|
||||
- env: TOXENV=py33
|
||||
- env: TOXENV=docs
|
||||
install:
|
||||
- "./.travis-workarounds.sh"
|
||||
- pip install -U tox
|
||||
|
|
|
|||
Loading…
Reference in New Issue