.travis.yml 214 B

1234567891011121314
  1. sudo: required
  2. services:
  3. - postgresql
  4. language: python
  5. python:
  6. - "2.7"
  7. - "3.5"
  8. install:
  9. - pip install -r requirements.txt
  10. - pip install pep8
  11. addons:
  12. - postgresql: "9.4"
  13. script:
  14. - ./scripts/cibuild.sh