From 80b4c6f1bf4132df7ecffe83addbddbaed324bed Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Tue, 10 Jan 2017 19:26:27 -0700 Subject: Fix pypy testing on Travis pip dropped support for py32 which was making pypy3 fail https://github.com/travis-ci/travis-ci/issues/6277 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c91b258..cff1766 100644 --- a/tox.ini +++ b/tox.ini @@ -7,8 +7,8 @@ envlist = py35, py36, py37, - pypy, - pypy3, + pypy_54, + pypy33, flake8 [testenv] -- cgit v1.2.1