summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
parent3ee3e2f48c1e7a0a07f64105b55ff729de4ed59b (diff)
downloadkombu-9dd7e7ae1fb99af487b15ba3a611c1e9dc172393.tar.gz
Bump PyPy to 6.0. Add PyPy3 to the build process. (#986)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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