From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-771563-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E9C1A138A1A
	for <garchives@archives.gentoo.org>; Fri, 13 Feb 2015 11:41:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D28EE08A2;
	Fri, 13 Feb 2015 11:41:39 +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 D1445E08A2
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Feb 2015 11:41:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7D56F3407DE
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Feb 2015 11:41:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 98EBB11AA4
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Feb 2015 11:41:35 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1423827911.be3126e586740f53e55e5bd1e7d84c17c1b32b64.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Files: .travis.yml
X-VCS-Directories: /
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: be3126e586740f53e55e5bd1e7d84c17c1b32b64
X-VCS-Branch: master
Date: Fri, 13 Feb 2015 11:41:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f0ecd542-ce94-43ae-b442-b2564439592f
X-Archives-Hash: 56c8d5785e03f01019751bf4ed3af005

commit:     be3126e586740f53e55e5bd1e7d84c17c1b32b64
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 13 11:45:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 13 11:45:11 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be3126e5

Use pyp as python implementation

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8031e8a..9c4bdf2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
+language: python
+python:
+  - pypy
 env:
   - PORTAGE=2.2.14
-  - PORTAGE=2.2.15
+  - PORTAGE=2.2.17
 
 before_script:
     - mkdir travis-overlay
@@ -21,7 +24,7 @@ before_script:
     - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' ./../portage-$PORTAGE/bin/repoman
 
 script:
-    - "./../portage-$PORTAGE/bin/repoman full -d -v"
+    - "python ./../portage-$PORTAGE/bin/repoman full -d -v -x"
 
 notifications:
   irc: "chat.freenode.net#gentoo-science"