Skip to content
Snippets Groups Projects
Commit e937ad59fac6 authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

ci: that tox option is now named allowlist_externals

parent 561d477ae12b
No related branches found
Tags 1.1.0
No related merge requests found
Pipeline #181718 passed with warnings
......@@ -13,7 +13,7 @@
[testenv:flake8]
skip_install = true
whitelist_externals =
allowlist_externals =
flake8
deps =
flake8 >= 3.6
......@@ -55,7 +55,7 @@
[testenv:pypi-publish]
basepython = python3
skip_install = true
whitelist_externals = rm
allowlist_externals = rm
deps =
twine
passenv =
......@@ -71,7 +71,7 @@
basepython = python3
skip_install = true
passenv = DEBEMAIL DEBFULLNAME TERM
whitelist_externals =
allowlist_externals =
sh
dch
commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment