Travis: use pypy from Xenial, add pypy3
This commit is contained in:
parent
f0a9f9042f
commit
214c331236
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue