From 82fa50c092edf99e60eb03d64921311fe3ed8115 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 8 Dec 2017 11:45:44 +0200 Subject: [PATCH] Drop pypy3 --- .travis.yml | 5 ----- tox.ini | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5e914e..44503ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,6 @@ matrix: python: 3.5 - env: TOX_SUFFIX="flakes" python: pypy - - env: TOX_SUFFIX="flakes" - python: pypy3 - env: TOX_SUFFIX="boto" python: 3.6 - env: TOX_SUFFIX="requests1" @@ -54,14 +52,11 @@ matrix: python: 2.7 - env: TOX_SUFFIX="aiohttp" python: pypy - - env: TOX_SUFFIX="aiohttp" - python: pypy3 python: - 2.7 - 3.5 - 3.6 - pypy -- pypy3 install: - pip install tox-travis - if [[ $TOX_SUFFIX != 'flakes' ]]; then python setup.py install ; fi diff --git a/tox.ini b/tox.ini index 8f43df7..51e3aae 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py27,py35,py36,pypy,pypy3}-{flakes,requests218,requests216,requests213,requests211,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib319,urllib3110,urllib3121,tornado3,tornado4,boto,boto3,aiohttp} +envlist = {py27,py35,py36,pypy}-{flakes,requests218,requests216,requests213,requests211,requests27,requests26,requests25,requests24,requests23,requests22,requests1,httplib2,urllib319,urllib3110,urllib3121,tornado3,tornado4,boto,boto3,aiohttp} [testenv:flakes] skipsdist = True