Travis: use pypy from Xenial, add pypy3

This commit is contained in:
Daniel Hahler 2019-02-09 01:20:51 +01:00
parent f0a9f9042f
commit 214c331236
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