Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/172019
Change subject: Add .travis.yml file to enable automated tests on Travis CI ...................................................................... Add .travis.yml file to enable automated tests on Travis CI It's free; it's hosted; it's open-source. Change-Id: Ief5471fa88f8eb9476b66c6f4395bc81b09ee112 --- A .travis.yml 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/pybal refs/changes/19/172019/1 diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..88d6620 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: python +python: 2.7 +script: python setup.py test -- To view, visit https://gerrit.wikimedia.org/r/172019 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ief5471fa88f8eb9476b66c6f4395bc81b09ee112 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/pybal Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
