summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-01-10 05:48:06 +0200
committerAsif Saif Uddin <auvipy@gmail.com>2019-01-10 09:48:06 +0600
commit9dd7e7ae1fb99af487b15ba3a611c1e9dc172393 (patch)
treec3d736eb97e34b3cd93812a1b5e2d11423b849dd /.travis.yml
parent3ee3e2f48c1e7a0a07f64105b55ff729de4ed59b (diff)
downloadkombu-9dd7e7ae1fb99af487b15ba3a611c1e9dc172393.tar.gz
Bump PyPy to 6.0. Add PyPy3 to the build process. (#986)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75e57841..a7644b50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,14 @@ matrix:
sudo: true
dist: xenial
before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
- - python: pypy
+ - python: pypy2.7-6.0
env: TOXENV=pypy
+ dist: xenial
+ before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
+ - python: pypy3.5-6.0
+ env: TOXENV=pypy3
+ dist: xenial
+ before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
- env: TOXENV=flake8
stage: lint
- env: TOXENV=flakeplus