From 4f31743b8b882621d08c9ff1be902f7b5d75a524 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Thu, 13 Feb 2014 08:26:17 -0800 Subject: [PATCH 1/2] add pypy to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e8cd8a0..575c36f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ language: python python: - 2.6 - 2.7 + - pypy script: python setup.py test From 81fa74790ee6508439ad64c81ae71a49d7ac06c5 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Thu, 13 Feb 2014 08:30:26 -0800 Subject: [PATCH 2/2] add PyPy to supported versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02e08b0..9758fbb 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ For documentation: [http://python-fitbit.readthedocs.org/](http://python-fitbit. Requirements ============ -* Python 2.6+ +* Python 2.6+ and PyPy 2.2.1