Skip to content

Commit

Permalink
Upgrade pip before reuse install.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 5, 2024
1 parent 7c0c2fa commit d8070a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ install:
linux)
if [ "$CHECK_REUSE" = "YES" -o "$CHECK_REUSE" = "ONLY" ]; then
set -e # because the if below swallows a bad exit status.
python -m pip install --upgrade pip
pip3 install reuse
set +e
fi
Expand Down

0 comments on commit d8070a1

Please sign in to comment.