commit: aa8893df9c23db8d4b6601905b589e739e0463e4
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 00:29:18 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:29:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=aa8893df
.travis: Add repoman test suite
.travis.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e0b8b53..97c5bfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,13 @@ python:
script:
- ./setup.py test
- ./setup.py install --root=/tmp/install-root
+ - sudo rsync -a /tmp/install-root/. /
+ - python -b -Wd -m portage.tests.runTests
+ # repoman test block
+ - repoman/setup.py test
+ - repoman/setup.py install --root=/tmp/install-root
# prevent repoman tests from trying to fetch metadata.xsd
- mkdir -p /tmp/install-root/usr/lib/portage/cnf
- 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
+ - python -b -Wd -m repoman.tests.runTests