Skip to content

Commit e270f5f

Browse files
committed
Travis: use pypy from Xenial, add pypy3
1 parent 32c6d4f commit e270f5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
include:
3333
# Coverage tracking is slow with pypy, skip it.
3434
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1
35-
python: 'pypy-5.4'
36-
dist: trusty
35+
python: 'pypy2.7-6.0'
36+
- env: TOXENV=pypy3 PYTEST_NO_COVERAGE=1
37+
python: 'pypy3.5-6.0'
38+
3739
- env: TOXENV=py34
3840
python: '3.4'
3941
- env: TOXENV=py35

0 commit comments

Comments
 (0)