You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,14 +732,14 @@ To run the basic tests after installing `cwltool` execute the following:
732
732
To run various tests in all supported Python environments, we use `tox <https://github.com/common-workflow-language/cwltool/tree/main/tox.ini>`_. To run the test suite in all supported Python environments
733
733
first clone the complete code repository (see the ``git clone`` instructions above) and then run
734
734
the following in the terminal:
735
-
``pip install "tox<4"; tox -p``
735
+
``pip install tox; tox -p``
736
736
737
737
List of all environment can be seen using:
738
738
``tox --listenvs``
739
739
and running a specific test env using:
740
-
``tox -e <env name>``
740
+
``tox run -e <env name>``
741
741
and additionally run a specific test using this format:
0 commit comments