1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.travis/install.sh
2015-06-09 19:01:36 -04:00

10 lines
182 B
Bash
Executable file

#!/bin/bash
set -e
set -x
git config --global user.email "pypa-dev@googlegroups.com"
git config --global user.name "pip"
pip install --upgrade setuptools
pip install --upgrade tox