summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 2 insertions, 0 deletions
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
}