sphinxcontrib-docbookrestapi: enable tests for Python 2.6, 2.7 and 3.3

Tests will be added to sphinxcontrib-docbookrestapi really soon, so it makes
sense to enable them in Jenkins.

Change-Id: I7dd3bf7bf2d833fc02e7bb11ab3ef1ddcfb9be64
This commit is contained in:
Cyril Roelandt 2014-01-03 15:27:50 +01:00
parent 20cd18a432
commit 41b35ea921
2 changed files with 9 additions and 0 deletions

View File

@ -1896,6 +1896,9 @@
jobs: jobs:
- 'gate-{name}-pep8' - 'gate-{name}-pep8'
- 'gate-{name}-python26'
- 'gate-{name}-python27'
- 'gate-{name}-python33'
- '{name}-tarball' - '{name}-tarball'
- pypi-jobs - pypi-jobs

View File

@ -3773,8 +3773,14 @@ projects:
- name: stackforge/sphinxcontrib-docbookrestapi - name: stackforge/sphinxcontrib-docbookrestapi
check: check:
- gate-sphinxcontrib-docbookrestapi-pep8 - gate-sphinxcontrib-docbookrestapi-pep8
- gate-sphinxcontrib-docbookrestapi-python26
- gate-sphinxcontrib-docbookrestapi-python27
- gate-sphinxcontrib-docbookrestapi-python33
gate: gate:
- gate-sphinxcontrib-docbookrestapi-pep8 - gate-sphinxcontrib-docbookrestapi-pep8
- gate-sphinxcontrib-docbookrestapi-python26
- gate-sphinxcontrib-docbookrestapi-python27
- gate-sphinxcontrib-docbookrestapi-python33
pre-release: pre-release:
- sphinxcontrib-docbookrestapi-tarball - sphinxcontrib-docbookrestapi-tarball
release: release: