Skip to content

Commit

Permalink
Switch tox -e vendoring, to use vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Dec 14, 2019
1 parent cdee9e2 commit 248f6b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ commands =
pre-commit run [] --all-files --show-diff-on-failure

[testenv:vendoring]
basepython = python3.8
skip_install = True
commands_pre =
deps =
invoke
requests
vendoring == 0.2.2
# 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
invoke vendoring.update
vendoring sync . -v
git diff --exit-code

0 comments on commit 248f6b2

Please sign in to comment.