summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ab601a..6bc50c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ install:
# allow coverage to fail, so we can still do testing for all platforms
matrix:
allow_failures:
- - python: pypy
+ - python: pypy2, pypy3
- stage: Coverage
# run coverage first as its still useful to collect
@@ -62,12 +62,19 @@ jobs:
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
- <<: *test_job
- python: pypy
+ python: pypy2
env:
- PYVER=pypy
- PYTHON=pypy
sudo: required
+ - <<: *test_job
+ python: pypy3
+ env:
+ - PYVER=pypy3
+ - PYTHON=pypy3
+ sudo: required
+
- &coverage_jobs
stage: Coverage