From: Lasse Schuirmann Date: Thu, 6 Aug 2015 06:16:21 +0000 (+0200) Subject: rultor: Run tests on merge X-Git-Tag: dev-2a51c9b95d06~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cd108ddc56fbc95f28a3d76e55df21ddee34f7;p=thirdparty%2Fbabel.git rultor: Run tests on merge This will revalidate a PR at least naively (i.e. only for one platform and python version) right before doing the actual merge and thus may prevent breaking master. --- diff --git a/.rultor.yml b/.rultor.yml index 9f313a88..d2b7106d 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -1,4 +1,14 @@ +install: + - pip install pytest + +docker: + as_root: true # for pip installation + image: "coala/rultor-python" + merge: fast-forward: only rebase: true - script: echo "Nothing to do (yet)." + script: + - pip install . + - python setup.py import_cldr + - py.test