summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 11c482b5be44ab33c4353461f82234a1121b0dea (plain)
1
2
3
4
5
6
tests:
  image: leapcode/soledad:1.0
  services:
  - couchdb
  script:
  - cd testing; tox -- --couch-url http://couchdb:5984 && tox -e pep8