* [gentoo-portage-dev] [PATCH 6/6] travis: Use setup.py for running tests
@ 2014-08-21 20:19 99% ` Michał Górny
0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2014-08-21 20:19 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Michał Górny
---
.travis.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 52ca444..563f9ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,8 @@ python:
- 3.4
- pypy
script:
- - python -b -Wd pym/portage/tests/runTests.py
+ - ./setup.py test
+ - touch ChangeLog # seriously stupid
+ - ./setup.py install --root=/tmp/install-root
+ - sudo rsync -a /tmp/install-root/. /
+ - python -b -Wd -m portage.tests.runTests
--
2.0.4
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-08-21 20:19 [gentoo-portage-dev] [PATCHES] setup.py install for Portage Michał Górny
2014-08-21 20:19 99% ` [gentoo-portage-dev] [PATCH 6/6] travis: Use setup.py for running tests Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox