Skip to content

Instantly share code, notes, and snippets.

@hvelarde
Created August 8, 2012 16:35
Show Gist options
  • Save hvelarde/3296482 to your computer and use it in GitHub Desktop.
Save hvelarde/3296482 to your computer and use it in GitHub Desktop.
Sample Travis CI configuration file to run tests for Plone add-ons
language: python
python: "2.7"
install:
- python bootstrap.py -c travis.cfg
- bin/buildout -c travis.cfg -q
script: bin/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment