Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.travis.yml 169 B
sudo: false
language: python
cache:
  directories:
    - $HOME/virtualenv/python3.4.2/
python:
  - "3.4"
install:
  - script/bootstrap_server
script:
  - script/cibuild