aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index d62248f2..ed6d4efc 100644
--- a/test.sh
+++ b/test.sh
@@ -55,3 +55,13 @@ else
echo "Success"
fi
+rm -rf build
+echo -n "Running tests for Python 3.3..."
+python3.3 setup.py -q test > /dev/null 2> /dev/null
+if [ $? -ne 0 ];then
+ echo "Failed"
+ exit $1
+else
+ echo "Success"
+fi
+