Merge pull request #5437 from asottile/reenable_pypy3

re-enable pypy3
This commit is contained in:
Anthony Sottile 2019-06-11 12:21:53 -07:00 committed by GitHub
commit 47447963b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ jobs:
- env: TOXENV=py37
python: '3.7'
# Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy3-xdist
python: 'pypy3'
- env: TOXENV=py35-xdist
python: '3.5'