sudo: false language: python cache: directories: - $HOME/virtualenv/python3.4.2/ python: - "3.4" install: - script/bootstrap_server script: - script/cibuild