From c6970e640cbb2a456066f5d002a3b663ea469256 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 8 May 2017 22:47:38 +0100 Subject: [PATCH] Do not run tests in the test directory The tests in the GrampsLogger directory should be moved into gramps/gui/logger/test, but mainly duplicate the existing rotate handler test. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9cc825b52..9b252c7ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ script: # from /usr/bin. Use libraries from /usr/lib/python3.4, # /usr/local/lib/python3.4/dist-packages and /usr/lib/python3/dist-packages - nosetests3 --nologcapture --with-coverage --cover-package=gramps $EXCLUDE - gramps test test/GrampsLogger + gramps # FIXME: This should have run from the current directory, rather than from # gramps, because there is some test code in that directory.