From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7888513881D for ; Sat, 26 Sep 2015 20:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4AD9E083B; Sat, 26 Sep 2015 20:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23E93E080B for ; Sat, 26 Sep 2015 20:53:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25FC1340D30 for ; Sat, 26 Sep 2015 20:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E191FA for ; Sat, 26 Sep 2015 20:53:34 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1443148351.df01111f1d75445166565188e2799ec323aadc69.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: df01111f1d75445166565188e2799ec323aadc69 X-VCS-Branch: master Date: Sat, 26 Sep 2015 20:53:34 +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: 08ae9c1f-2e1a-495e-9ce0-f77117ab8099 X-Archives-Hash: b61946d2ba9ed4f8b889611f48ade65c commit: df01111f1d75445166565188e2799ec323aadc69 Author: Brian Dolbec gmail com> AuthorDate: Fri Sep 25 02:32:31 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Sep 25 02:32:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=df01111f Add python 3.5 to the tests .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a86aa6..237963f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 - pypy script: - ./setup.py test