Restore Python 3 in manage.sh test

This commit is contained in:
Vincent Jacques
2013-07-09 14:18:41 +02:00
parent f8024054ee
commit a20aba40b1
+1 -1
View File
@@ -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