summaryrefslogtreecommitdiff
path: root/.rultor.yml
blob: 6267e49ac6f2584bdc90575eee723867b1ccf4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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!)"