Skip to content

Commit bf6dcd6

Browse files
authored
Merge pull request #4757 from blueyed/pypy
Travis: use pypy from Xenial, add pypy3
2 parents f0a9f90 + 214c331 commit bf6dcd6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ matrix:
3030
jobs:
3131
include:
3232
# Coverage tracking is slow with pypy, skip it.
33-
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1
34-
python: 'pypy-5.4'
35-
dist: trusty
33+
- env: TOXENV=pypy-xdist PYTEST_NO_COVERAGE=1
34+
python: 'pypy2.7-6.0'
35+
- env: TOXENV=pypy3-xdist PYTEST_NO_COVERAGE=1
36+
python: 'pypy3.5-6.0'
37+
3638
- env: TOXENV=py34-xdist
3739
python: '3.4'
3840
- env: TOXENV=py35-xdist

0 commit comments

Comments
 (0)