Skip to content

Commit 7d08453

Browse files
committed
export TOXENV variable
1 parent 9725ef7 commit 7d08453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bazel run @rules_rust//:rustfmt
3535
section "Python"
3636
echo " python - isort, black, flake8, docformatter" >&2
3737
pip install tox
38-
TOXENV=linting
38+
export TOXENV=linting
3939
tox -c py/tox.ini
4040

4141
section "Copyright"

0 commit comments

Comments
 (0)