From 29311bcb015c3e4b968904a336eca0938bc6a80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Alvergnat?= Date: Mon, 21 May 2018 23:11:02 +0200 Subject: [PATCH] Add pypy3 to tox and TravisCI tests --- .travis.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30347bf..210ca7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - 3.4 - 3.5 - 3.6 - - pypy-5.4.1 + - pypy + - pypy3 install: - pip install pip --upgrade - pip install -e .[dev,test] diff --git a/tox.ini b/tox.ini index b1f6dd6..c0572cd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,pypy +envlist = py27,py34,py35,py36,pypy2,pypy [testenv] commands =