summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-01-14 20:23:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-01-14 20:23:14 -0500
commita01b3da31afd3a6a8d3413ca9ec330068b95f0b0 (patch)
tree8f417347aff03b70c6b01ed55557cf872d6641a4 /tox.ini
parente9c687b5b736d8d11cc37a6bec0158f730886578 (diff)
downloadpython-setuptools-git-a01b3da31afd3a6a8d3413ca9ec330068b95f0b0.tar.gz
Create tox routine for updating vendored packages.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d6cc3f56..c43f2ef0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,6 +47,13 @@ passenv = *
commands =
python tools/finalize.py
+[testenv:vendor]
+skip_install = True
+deps =
+ paver
+commands =
+ python -m paver -f pavement.py update_vendored
+
[testenv:release]
skip_install = True
deps =