From 757bd7947fc4efe96a645342cc1aa94c878206bd Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Fri, 2 Jan 2015 14:52:58 -0500 Subject: [PATCH] remove pypy3 from test suite --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5cf622..bb7f682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.3" - "3.4" - "pypy" - - "pypy3" env: - DJANGO=Django==1.4.16 diff --git a/README.md b/README.md index 1f1ed73..283911b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ requirements - django: 1.4.x, 1.6.x, 1.7.x - redis -- python: 2.6.x, 2.7.x, 3.2.x, 3.3.x, 3.4.x, PyPy, PyPy3 +- python: 2.6.x, 2.7.x, 3.2.x, 3.3.x, 3.4.x, PyPy How it works ============