summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-01-09 23:12:43 +0200
committerOmer Katz <omer.drow@gmail.com>2019-01-09 23:47:13 +0200
commit82d93a4dd5479ceb412edd395115fd0df824dc65 (patch)
treec3d736eb97e34b3cd93812a1b5e2d11423b849dd
parent3ee3e2f48c1e7a0a07f64105b55ff729de4ed59b (diff)
downloadkombu-pypy60.tar.gz
Bump PyPy to 6.0. Add PyPy3 to the build process.pypy60
-rw-r--r--.travis.yml8
-rw-r--r--tox.ini3
2 files changed, 9 insertions, 2 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
diff --git a/tox.ini b/tox.ini
index 33cd387a..f3625b3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist =
2.7
pypy
+ pypy3
3.4
3.5
3.6
@@ -33,7 +34,7 @@ basepython =
3.5: python3.5
3.6: python3.6
3.7: python3.7
- pypy: pypy
+ pypy,pypy3: pypy
[testenv:apicheck]
commands = pip install -U -r{toxinidir}/requirements/dev.txt