From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 964EC138334 for ; Sat, 4 Jan 2020 22:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7303E095C; Sat, 4 Jan 2020 22:24:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B8B6E095C for ; Sat, 4 Jan 2020 22:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CFCC34DDA3 for ; Sat, 4 Jan 2020 22:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9551E for ; Sat, 4 Jan 2020 22:24:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1578175614.4836dbb73c65db9b60786338c4fdaa433cf33136.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml tox.ini X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4836dbb73c65db9b60786338c4fdaa433cf33136 X-VCS-Branch: master Date: Sat, 4 Jan 2020 22:24:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 326b31da-ff81-4aec-986b-eb9cf77a3f13 X-Archives-Hash: 52b32b981905ca3657e6df26141acb14 commit: 4836dbb73c65db9b60786338c4fdaa433cf33136 Author: Zac Medico gentoo org> AuthorDate: Sat Jan 4 22:04:52 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jan 4 22:06:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4836dbb7 travis.yml: drop pypy and python 3.5 Signed-off-by: Zac Medico gentoo.org> .travis.yml | 2 -- tox.ini | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 837dbd95d..5123141ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: python python: - 2.7 - - 3.5 - 3.6 - 3.7 - 3.8-dev - - pypy - pypy3 # command to install dependencies diff --git a/tox.ini b/tox.ini index 378ff01e3..5ba192d2e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,14 @@ [tox] -envlist = py27,py35,py36,py37,py38,pypy,pypy3 +envlist = py27,py36,py37,py38,pypy3 skipsdist = True [testenv] deps = pygost pyyaml - py27,py35,py36,py37,py38,pypy,pypy3: lxml!=4.2.0 - py27,py35,pypy: pyblake2 - py27,py35,pypy: pysha3 + py27,py36,py37,py38,pypy3: lxml!=4.2.0 + py27: pyblake2 + py27: pysha3 setenv = PYTHONPATH={toxinidir}/lib commands =