We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4880d commit b3bad81Copy full SHA for b3bad81
CONTRIBUTING.md
@@ -85,7 +85,8 @@ opened using [this form](https://github.com/galaxyproject/galaxy/issues/new).
85
and run any that seem relevant. Developers reviewing your pull
86
request will be happy to help guide you to running the most relevant
87
tests as part of the pull request review process and may request the
88
- output of these tests.
+ output of these tests. You can run the continuous integration tests locally
89
+ using `tox`, example: `tox -e py27-lint,py27-unit`.
90
91
* Commit and push your changes to your
92
[fork](https://help.github.com/articles/pushing-to-a-remote/).
0 commit comments