From 8ed550254f9dded8221599660402d37cc3c00f81 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 7 Jan 2013 01:48:48 +0100 Subject: [PATCH] add refactoring tests to travis tests --- test/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.sh b/test/test.sh index 9c6582a8..3e0a5dc6 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,3 +2,4 @@ set -e python regression.py python run.py +python refactor.py