Skip to content

Commit a6e1dac

Browse files
author
zhenwei-li
committed
the tox deps upgrade
1 parent 56e7977 commit a6e1dac

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

tox.ini

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,18 @@ allowlist_externals =
2525
/bin/bash
2626
changedir =
2727
tests
28+
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
2829
deps =
29-
build
30+
flake8
31+
virtualenv
32+
setuptools
33+
wheel
3034
discover
35+
tox
36+
toml
37+
tox-travis
38+
build
39+
twine
3140
commands =
3241
; windows: python --version
3342
; macos,linux: python --version

0 commit comments

Comments
 (0)