John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/235144
Change subject: Revert "Enable travis-ci OSX builds" ...................................................................... Revert "Enable travis-ci OSX builds" This reverts commit 02cf75f2c9d1c800f3cd24deb044111ffccc5b3d. Change-Id: I31991ad1decd7a5906096245719f5e79c3d392e3 --- M .travis.yml 1 file changed, 1 insertion(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/44/235144/1 diff --git a/.travis.yml b/.travis.yml index fa77aae..839be2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,11 @@ # See tests/README.rst for instructions for using travis with developer builds. + language: python python: - '2.7' - '3.3' - '2.6' - -# OSX builds are not yet available -os: - - linux - - osx before_install: - if [[ "$PYSETUP_TEST_EXTRAS" == "1" ]]; then sudo apt-get update -qq; fi -- To view, visit https://gerrit.wikimedia.org/r/235144 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I31991ad1decd7a5906096245719f5e79c3d392e3 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
