Skip to content

Commit

Permalink
travis: don't upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jan 21, 2020
1 parent 7c9e034 commit 8d8a1c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ scriptdir="$(dirname $0)"
# NOTE: it is not uncommon for pip to hang on travis for what seems to be
# networking issues. Thus, let's retry a few times to see if it will eventually
# work or not.
$scriptdir/retry.sh pip install --upgrade pip setuptools wheel
$scriptdir/retry.sh pip install .[all,tests]

git config --global user.email "dvctester@example.com"
Expand Down

0 comments on commit 8d8a1c0

Please sign in to comment.