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 415F413877A for ; Tue, 19 Aug 2014 12:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A40DE09BF; Tue, 19 Aug 2014 12:17:31 +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 8586CE098F for ; Tue, 19 Aug 2014 12:17:23 +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 895E7340358 for ; Tue, 19 Aug 2014 12:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC213BC2 for ; Tue, 19 Aug 2014 07:01:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407879745.859e1279af8df6179a8419baa3df4435d9bee393.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 859e1279af8df6179a8419baa3df4435d9bee393 X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:01:06 +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: 9ea0c7e8-9b1e-47ef-90c3-9ebe4a52a0c1 X-Archives-Hash: 22d2afd860e4c8d98ade1aa3f1098816 Message-ID: <20140819070106.C4vYQvdPcMCEFyJxiEJ-oDy91CaKIz58JKfAXSVZl5I@z> commit: 859e1279af8df6179a8419baa3df4435d9bee393 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 8 14:22:36 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 12 21:42:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=859e1279 Enable testing using travis-ci Make it easy to use travis-ci for testing on github mirror and forks. Reviewed-by: Alexander Berntsen gentoo.org> --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6c8d873 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - 2.6 + - 2.7 + - 3.2 + - 3.3 + - 3.4 + - pypy +script: + - python -b -Wd pym/portage/tests/runTests