Skip to content

Commit

Permalink
Merge pull request #110 from Ichimonji10/upgrade-pip
Browse files Browse the repository at this point in the history
During release, only upgrade pip when needed
  • Loading branch information
sthirugn committed Jul 12, 2016
2 parents a9ff92e + 2a8526e commit ef420fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ for python in python{2,3}; do
set +u
source "${venv}/bin/activate"
set -u
pip install --upgrade --quiet pip
for dist in dist/*; do
ls "${dist}"
pip install --quiet -U pip
pip install --quiet "${dist}"
python -c "import testimony" 1>/dev/null
make test
Expand Down

0 comments on commit ef420fe

Please sign in to comment.