Support PyPy3

This commit is contained in:
johnthagen 2019-09-13 09:04:27 -04:00 committed by GitHub
parent 89ac0a1c7e
commit a3ff539c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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