From a20aba40b1dcf05b0156761a079f516f269243bb Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 9 Jul 2013 14:18:41 +0200 Subject: [PATCH] Restore Python 3 in manage.sh test --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index b7dcad44..295021f8 100755 --- a/manage.sh +++ b/manage.sh @@ -32,7 +32,7 @@ function check_copyright { } function test { - # python3 setup.py test --quiet || exit + python3 setup.py test --quiet || exit coverage run --branch --include=github/*.py --omit=github/tests/*.py setup.py test --quiet || exit coverage report --show-missing || exit