From 7394969236ea10ee0d4bf6b290b29c7cfa4ecfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 27 Aug 2013 15:31:08 -0300 Subject: [PATCH] test pypy with travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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