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"

Reply via email to