commit:     ff2aeaf114110fee111f8c8f85ab48a787d2d191
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 07:22:03 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 07:22:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ff2aeaf1

try all not installed tests before the installs and installed tests

 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c098c4d..b684fdc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,14 +11,13 @@ install: "pip install lxml"
 
 script:
     - ./setup.py test
-    - ./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
-    # repoman test block
+    #- sudo rsync -a /tmp/install-root/. /
     - repoman/setup.py test
     - repoman/setup.py install --root=/tmp/install-root
+    - ./setup.py install --root=/tmp/install-root
     - sudo rsync -a /tmp/install-root/. /
+    - python -b -Wd -m portage.tests.runTests
     - python -b -Wd -m repoman.tests.runTests

Reply via email to