remove pypy3 from test suite

This commit is contained in:
Ken Cochrane 2015-01-02 14:52:58 -05:00
parent aa934d7af4
commit 757bd7947f
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ python:
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- DJANGO=Django==1.4.16

View file

@ -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
============