diff --git a/.travis.yml b/.travis.yml index 0ca1c2ed3..31ff95072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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