Add initial (probably borken) travis file

This commit is contained in:
Thomas S Hatch 2012-04-10 15:38:54 -06:00
parent d1cef5afd8
commit 89221e377b

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
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