summaryrefslogtreecommitdiff
path: root/.rultor.yml
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-06 08:16:21 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-22 22:46:52 +0200
commite0cd108ddc56fbc95f28a3d76e55df21ddee34f7 (patch)
tree3650ecf0b40cc15fd4348c3d5cc74d806b3f4d85 /.rultor.yml
parentd1a6f1a3f2e4e0d11643782f36ed1259337dfcfb (diff)
downloadbabel-e0cd108ddc56fbc95f28a3d76e55df21ddee34f7.tar.gz
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.
Diffstat (limited to '.rultor.yml')
-rw-r--r--.rultor.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.rultor.yml b/.rultor.yml
index 9f313a8..d2b7106 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