1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.travis/setup.sh

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"