Skip to content

Instantly share code, notes, and snippets.

@adam-stokes
Created November 14, 2014 16:31
Show Gist options
  • Save adam-stokes/98072f927c7d0d674392 to your computer and use it in GitHub Desktop.
Save adam-stokes/98072f927c7d0d674392 to your computer and use it in GitHub Desktop.
language: python
python:
- 3.4
notifications:
email: false
cache: apt
before_install:
- "sudo add-apt-repository -y ppa:cloud-installer/experimental"
- "sudo apt-get update"
install:
- "sudo make install-dependencies"
- "sudo make deb"
- "sudo make install"
script: make ci-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment