testing/py-setuptools-git: fix check

the builders does not have git configured so we need provide username and
email
This commit is contained in:
Natanael Copa 2018-06-12 17:03:31 +00:00
parent 9e2e942a46
commit caef6872c2

View File

@ -21,6 +21,7 @@ build() {
check() {
cd "$builddir"
export EMAIL="Test User <user@example.com>"
python2 setup.py test
}