mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Support PyPy3
This commit is contained in:
parent
89ac0a1c7e
commit
a3ff539c14
|
@ -21,6 +21,9 @@ matrix:
|
|||
- { python: "3.7", env: DJANGO=2.2 }
|
||||
- { python: "3.7", env: DJANGO=master }
|
||||
|
||||
- { python: "pypy3", env: DJANGO=2.1 }
|
||||
- { python: "pypy3", env: DJANGO=2.2 }
|
||||
|
||||
- { python: "3.7", env: TOXENV=base }
|
||||
- { python: "3.7", env: TOXENV=lint }
|
||||
- { python: "3.7", env: TOXENV=docs }
|
||||
|
|
Loading…
Reference in New Issue
Block a user