.travis.yml: Add pypy3 to build matrix.

This commit is contained in:
Valentin Lorentz 2019-11-01 21:39:53 +01:00
parent 7466058c8f
commit 57dee45734
1 changed files with 3 additions and 0 deletions

View File

@ -61,3 +61,6 @@ matrix:
- python: "pypy3.3-5.2-alpha1"
env: WITH_OPT_DEPS=true
dist: trusty
- python: "pypy3"
env: WITH_OPT_DEPS=true
dist: xenial