]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
rultor: Run tests on merge 242/head
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Thu, 6 Aug 2015 06:16:21 +0000 (08:16 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 22 Sep 2015 20:46:52 +0000 (22:46 +0200)
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

index 9f313a88fa016573319a089025d01c4d485a046b..d2b7106dd806d621eab3c9994e3ae9547b490fa4 100644 (file)
@@ -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