test pypy with travis

This commit is contained in:
Daniel Graña 2013-08-27 15:31:08 -03:00
parent 401e888ced
commit 7394969236
1 changed files with 6 additions and 0 deletions

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