commit: 3e784a1daa3ff9e4cf15181e8c864db1d5f2fff1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 9 10:21:22 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Thu Sep 11 23:44:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3e784a1d
travis: Use setup.py for running tests --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52ca444..69e1659 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ python: - 3.4 - pypy script: - - python -b -Wd pym/portage/tests/runTests.py + - ./setup.py test + - ./setup.py install --root=/tmp/install-root + - sudo rsync -a /tmp/install-root/. / + - python -b -Wd -m portage.tests.runTests