mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
16 lines
289 B
YAML
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
|