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 A843B139694 for ; Tue, 4 Jul 2017 21:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB973E0D1F; Tue, 4 Jul 2017 21:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C88C5E0D1F for ; Tue, 4 Jul 2017 21:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C5E83416D6 for ; Tue, 4 Jul 2017 21:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98167478 for ; Tue, 4 Jul 2017 21:41:25 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1499204466.4eba9670aaa04c6325d8ba8f55a6d7795e58104b.mrueg@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4eba9670aaa04c6325d8ba8f55a6d7795e58104b X-VCS-Branch: master Date: Tue, 4 Jul 2017 21:41:25 +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-Archives-Salt: 808917b8-0fc2-4d8f-ae29-be4f9f56d505 X-Archives-Hash: 4fdb41ea3dc6ec83f989b962fddcb033 commit: 4eba9670aaa04c6325d8ba8f55a6d7795e58104b Author: Manuel Rüger gentoo org> AuthorDate: Thu Jun 8 14:30:34 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jul 4 21:41:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4eba9670 .travis.yml: Drop python3.3 testing Closes: https://github.com/gentoo/portage/pull/172 Acked-by: Brian Dolbec gentoo.org> .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 196e3520a..20078530e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - 2.7 - - 3.3 - 3.4 - 3.5 - 3.6 @@ -14,8 +13,7 @@ install: # (except for pypy where pysha3 is broken) - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] || ${TRAVIS_PYTHON_VERSION} == pypy ]] || pip install pysha3" # always install pygost for Streebog - # (except for py3.3 which it does not support) - - "[[ ${TRAVIS_PYTHON_VERSION} == 3.3 ]] || pip install pygost" + - pip install pygost script: - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg