salt/.travis.yml
2012-04-10 15:38:54 -06:00

16 lines
289 B
YAML

python:
- '2.6'
- '2.7'
branches:
only:
- develop
before-install:
- sudo add-apt-repository ppa:saltstack/salt
- sudo apt-get update -y
- sudo apt-get install salt-master salt-syndic salt-minion
script: cd tests && python runtests.py
after_script: python setup.py bdist