Merge pull request #4757 from blueyed/pypy

Travis: use pypy from Xenial, add pypy3
This commit is contained in:
Bruno Oliveira 2019-02-18 19:55:43 -03:00 committed by GitHub
commit bf6dcd64dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -30,9 +30,11 @@ matrix:
jobs:
include:
# Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1
python: 'pypy-5.4'
dist: trusty
- env: TOXENV=pypy-xdist PYTEST_NO_COVERAGE=1
python: 'pypy2.7-6.0'
- env: TOXENV=pypy3-xdist PYTEST_NO_COVERAGE=1
python: 'pypy3.5-6.0'
- env: TOXENV=py34-xdist
python: '3.4'
- env: TOXENV=py35-xdist