From 2678275e10c7b3db6f40dcdbe30d1737277a5dea Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Mon, 17 Feb 2014 15:11:31 -0500 Subject: [PATCH] Add pypy to travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bc1975ee5..1d1713929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - 2.6 - 2.7 + - pypy install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi - pip install --use-mirrors tornado twisted pyyaml