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 77A5C13825A for ; Sun, 15 May 2016 08:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC496E0866; Sun, 15 May 2016 08:40:56 +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 162D2E085D for ; Sun, 15 May 2016 08:40:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F259F340C42 for ; Sun, 15 May 2016 08:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE16336 for ; Sun, 15 May 2016 08:40:50 +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: <1463301183.5f39e643ed3e98424d66c2f999755c7ebdd05408.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman 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: 5f39e643ed3e98424d66c2f999755c7ebdd05408 X-VCS-Branch: repoman Date: Sun, 15 May 2016 08:40:50 +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: 48385250-004e-4939-94ba-55c45e90db7b X-Archives-Hash: dfcadeef932a263d8102aeb52be67510 commit: 5f39e643ed3e98424d66c2f999755c7ebdd05408 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 15 00:29:18 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun May 15 08:33:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f39e643 .travis: Add repoman test suite .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index e0b8b53..214bf4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,10 @@ script: - cp repoman/cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/ - sudo rsync -a /tmp/install-root/. / - python -b -Wd -m portage.tests.runTests + # repoman test block + - cd repoman + - ./setup.py test + - ./setup.py install --root=/tmp/install-root + - cd .. + - sudo rsync -a /tmp/install-root/. / + - python -b -Wd -m repoman.tests.runTests