mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 11:03:54 +00:00
test pypy with travis
This commit is contained in:
parent
401e888ced
commit
7394969236
@ -2,6 +2,7 @@ language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
env:
|
||||
- BUILDENV=lucid
|
||||
- BUILDENV=precise
|
||||
@ -16,6 +17,11 @@ matrix:
|
||||
env: BUILDENV=latest
|
||||
- python: "2.7"
|
||||
env: BUILDENV=latest
|
||||
- python: "pypy"
|
||||
env: BUILDENV=latest
|
||||
allow_failures:
|
||||
- python: "pypy"
|
||||
env: BUILDENV=latest
|
||||
|
||||
install:
|
||||
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user