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: jobs:
include: include:
# Coverage tracking is slow with pypy, skip it. # Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1 - env: TOXENV=pypy-xdist PYTEST_NO_COVERAGE=1
python: 'pypy-5.4' python: 'pypy2.7-6.0'
dist: trusty - env: TOXENV=pypy3-xdist PYTEST_NO_COVERAGE=1
python: 'pypy3.5-6.0'
- env: TOXENV=py34-xdist - env: TOXENV=py34-xdist
python: '3.4' python: '3.4'
- env: TOXENV=py35-xdist - env: TOXENV=py35-xdist