jenkins-bot has submitted this change and it was merged.
Change subject: Test python 2.7 before 2.6 ......................................................................
Test python 2.7 before 2.6
As only a limited number of builds occur on travis concurrently, do the py 2.7 tests before the py 2.6 tests.
Change-Id: Ib9ce4e8cb388712f1276e87c79978d2ea8e51c33 --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index ecd9ae1..dbd5764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python
python: - - '2.6' - '2.7' + - '2.6'
install: - mkdir ~/.pywikibot
pywikibot-commits@lists.wikimedia.org