Skip to content

Commit

Permalink
Use pip 19.3.1+ for vendoring task
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt committed Nov 27, 2019
1 parent 2299811 commit 8ab7d23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ commands_pre =
deps =
invoke
requests
# Required, otherwise we interpret --no-binary :all: as
# "do not build wheels", which fails for PEP 517 requirements
pip>=19.3.1
whitelist_externals = git
commands =
# Check that the vendoring is up-to-date
Expand Down

0 comments on commit 8ab7d23

Please sign in to comment.