aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-13 12:45:11 +0100
committerJustin Lecher <jlec@gentoo.org>2015-02-13 12:45:11 +0100
commitbe3126e586740f53e55e5bd1e7d84c17c1b32b64 (patch)
treeafafc99eebb8e0692fd2d7e168687de297de16d0 /.travis.yml
parentReport travis status on irc (diff)
downloadsci-be3126e586740f53e55e5bd1e7d84c17c1b32b64.tar.gz
sci-be3126e586740f53e55e5bd1e7d84c17c1b32b64.tar.bz2
sci-be3126e586740f53e55e5bd1e7d84c17c1b32b64.zip
Use pyp as python implementation
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8031e8a0f..9c4bdf253 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"