From e0cd108ddc56fbc95f28a3d76e55df21ddee34f7 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Thu, 6 Aug 2015 08:16:21 +0200 Subject: [PATCH] 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. --- .rultor.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.47.2