From 0f8e27ed9a1969d8164a71c929ac7a220a3085b9 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Nov 2011 19:26:10 -0700 Subject: Run python tests if setup.py is found --- scripts/capsule.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/capsule.sh') diff --git a/scripts/capsule.sh b/scripts/capsule.sh index 6cf2bc7..fd120b4 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -46,6 +46,8 @@ function jitterbug_build () { make test >> $logfile 2>&1 elif [ -f 'Rakefile' ]; then rake test >> $logfile 2>&1 + elif [ -f 'setup.py' ]; then + setup.py test >> $logfile 2>&1 fi } -- cgit v1.2.3