1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tools/travis/setup.sh
2018-06-15 21:54:55 +05:30

7 lines
149 B
Bash
Executable file

#!/bin/bash
set -e
echo "Setting Git Credentials..."
git config --global user.email "pypa-dev@googlegroups.com"
git config --global user.name "pip"