Skip to content

Commit

Permalink
rename removed tox configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Dec 7, 2022
1 parent c8a514a commit 2887eb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ commands =
unit: bash run_tests.sh -u
# start with test here but obviously someday all of it...
mypy: mypy test lib
whitelist_externals = bash
passenv =
allowlist_externals = bash
passenv =
CI CONDA_EXE
GALAXY_CONFIG_OVERRIDE_DATABASE_CONNECTION
setenv =
Expand Down Expand Up @@ -55,7 +55,7 @@ commands = bash .ci/validate_test_tools.sh
commands = bash .ci/check_controller.sh

[testenv:check_indexes]
commands =
commands =
bash scripts/common_startup.sh
bash create_db.sh
bash check_model.sh

0 comments on commit 2887eb8

Please sign in to comment.