mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Restore Python 3 in manage.sh test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user