Skip to content

Commit

Permalink
Merge pull request #1337 from galaxyproject/nsoranzo-patch-1
Browse files Browse the repository at this point in the history
Rename configuration option removed in tox 4.0
  • Loading branch information
mvdbeek committed Dec 9, 2022
2 parents 92aabf6 + e0d8e13 commit d0bcbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ setenv =
2101: PLANEMO_TEST_GALAXY_BRANCH=release_21.01
skip_install =
doc_test,lint,lint_docs,lint_docstrings,mypy,gxwf_test_test: True
whitelist_externals =
allowlist_externals =
lint_docs: make
gxwf_test_test: make


[testenv:doc_test]
commands = bash scripts/run_doc_test.sh
skipsdist = True
whitelist_externals = bash
allowlist_externals = bash
deps =

0 comments on commit d0bcbd0

Please sign in to comment.