From 86c1e92d30b1f8446708fa998dc126784f97059d Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Sat, 19 Nov 2016 09:24:29 +0100 Subject: [PATCH] Temporarirly remove pypy3 from CI build matrix Currently Travis has an issue with pypy3 builds, see: https://github.com/travis-ci/travis-ci/issues/6727 Once this has been fixed on travis we can restart testing against it. Please note that 'tox -e pypy3' still works locally, so your PRs will still be checked against pypy3 before a merge (so make sure it passes). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d273df52..cbc5e3f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - TOX_ENV=py34 - TOX_ENV=py35 - TOX_ENV=pypy - - TOX_ENV=pypy3 + #- TOX_ENV=pypy3 - TOX_ENV=flake8 install: travis_retry pip install tox script: