From ccf632139b567d42244821cc39712e67a8f66e2b Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 8 Feb 2016 02:33:00 +0100 Subject: fix broken tests --- .ci/travis/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci') diff --git a/.ci/travis/run.sh b/.ci/travis/run.sh index 41167aa8..ce21e8ac 100755 --- a/.ci/travis/run.sh +++ b/.ci/travis/run.sh @@ -12,7 +12,7 @@ fi python setup.py build python setup.py install -coverage run test/test_psutil.py --include="psutil/*" --omit="test/*,*setup*" -python test/test_memory_leaks.py +coverage run psutil/tests/runner.py --include="psutil/*" --omit="test/*,*setup*" +python psutil/tests/test_memory_leaks.py flake8 pep8 -- cgit v1.2.1