aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bb940ac0..7d8671c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,6 +47,16 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/build/html
sphinx-build -W -b man -d {envtmpdir}/doctrees docs docs/build/man
+[testenv:update-vendored]
+deps =
+ pip-tools
+ paver
+skip_install = True
+commands =
+ python -m piptools compile -U setuptools/_vendor/declared.txt -o setuptools/_vendor/vendored.txt
+ python -m piptools compile -U pkg_resources/_vendor/declared.txt -o pkg_resources/_vendor/vendored.txt
+ python -m paver update_vendored
+
[coverage:run]
source=
pkg_resources