1
0
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:
Daniel Graña 2013-08-27 15:31:08 -03:00
parent 401e888ced
commit 7394969236

View File

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