diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst index 78dbfdfdbe..382300ac5f 100644 --- a/doc/source/stackforge.rst +++ b/doc/source/stackforge.rst @@ -155,20 +155,8 @@ It should look something like:: - name: stackforge/project-name template: - name: merge-check - check: - - gate-project-name-docs - - gate-project-name-pep8 - - gate-project-name-python26 - - gate-project-name-python27 - - gate-project-name-python33 - gate: - - gate-project-name-docs - - gate-project-name-pep8 - - gate-project-name-python26 - - gate-project-name-python27 - - gate-project-name-python33 - post: - - project-name-coverage + - name: python-jobs + - name: python3-jobs If you aren't ready to run any gate tests yet and did not configure python-jobs in projects.yaml, it should look like this instead::