Codebase list python-castellan / 2073f45
Changed minversion in tox to 3.18.0 The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Id9b9f5c3a99f6b3717a69a65e1aadc25aa4d48b4 wu.shiming 2 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 [tox]
1 minversion = 3.1.1
1 minversion = 3.18.0
22 envlist = py3,pep8
33 ignore_basepython_conflict = True
44 skipsdist = True
5757 commands=
5858 rm -rf doc/build doc/build/doctrees
5959 sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
60 whitelist_externals = rm
60 allowlist_externals = rm
6161
6262 [testenv:pdf-docs]
6363 deps = {[testenv:docs]deps}
6464 envdir = {toxworkdir}/docs
65 whitelist_externals =
65 allowlist_externals =
6666 rm
6767 make
6868 commands =