We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb8f26 commit e32ce06Copy full SHA for e32ce06
README.rst
@@ -62,9 +62,14 @@ Running tests locally
62
63
- Running basic tests ``(/tests)``:
64
65
-.. code:: bash
66
-
67
- python setup.py test
+We use `tox<https://github.com/common-workflow-language/cwltool/tree/master/tox.ini>`_ to run various tests in all supported Python environments.
+You can run the test suite by simply running the following in the terminal:
+``pip install tox; tox``
68
+
69
+List of all environment can be seen using:
70
+``tox --listenvs``
71
+and running a specfic test env using:
72
+``tox -e <env name>``
73
74
- Running the entire suite of CWL conformance tests:
75
0 commit comments