Add pypy to Azure Pipelines (#529)

This commit is contained in:
Hynek Schlawack 2019-05-08 17:18:22 -04:00 committed by GitHub
parent 729681b5a8
commit 338364715d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@ jobs:
python.version: '3.7'
TOXENV: py37
pypy2:
python.version: 'pypy2'
TOXENV: pypy
pypy3:
python.version: 'pypy3'
TOXENV: pypy3
Docs:
python.version: '3.7'
TOXENV: docs