mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
remove pypy3 from test suite
This commit is contained in:
parent
aa934d7af4
commit
757bd7947f
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
|
||||
env:
|
||||
- DJANGO=Django==1.4.16
|
||||
|
|
|
|||
|
|
@ -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
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in a new issue