aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:59:43 -0500
committerGitHub <noreply@github.com>2020-01-19 11:59:43 -0500
commite44bf410b1d8c664950abe41efb1d7fff7109cb7 (patch)
treedde01f3c1747cd0171f0887339f70900a4b680aa /tox.ini
parenta0e8d0568d84e29066a5b45aade5aafe28237ec0 (diff)
parent94f88bf48af78c4f961fe42241da556837efa3c1 (diff)
downloadexternal_python_setuptools-e44bf410b1d8c664950abe41efb1d7fff7109cb7.tar.gz
external_python_setuptools-e44bf410b1d8c664950abe41efb1d7fff7109cb7.tar.bz2
external_python_setuptools-e44bf410b1d8c664950abe41efb1d7fff7109cb7.zip
Merge pull request #1980 from pypa/feature/bootstrap-in-tox
Bootstrap the environment in tox, allowing simple 'tox' to run tests.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 9d27dd17..a70dff87 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,3 @@
-# Note: Run "python bootstrap.py" before running Tox, to generate metadata.
-#
# To run Tox against all supported Python interpreters, you can set:
#
# export TOXENV='py3{5,6,7,8},pypy,pypy3'
@@ -49,7 +47,7 @@ commands=codecov -X gcov --file {toxworkdir}/coverage.xml
deps = -r{toxinidir}/docs/requirements.txt
skip_install=True
commands =
- python {toxinidir}/bootstrap.py
+ python -m bootstrap
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/build/html
sphinx-build -W -b man -d {envtmpdir}/doctrees docs docs/build/man