salt/.travis.yml

20 lines
564 B
YAML
Raw Normal View History

language: python
python:
- '2.6'
- '2.7'
before_install:
2012-11-15 22:56:48 +00:00
- sudo apt-get update && sudo apt-get install swig supervisor rabbitmq-server ruby
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict; fi"
install: pip install -r requirements.txt --use-mirrors
script: sudo -E python setup.py test --runtests-opts='--run-destructive --sysinfo -v'
2012-04-30 23:09:30 +00:00
notifications:
irc:
2012-08-25 21:41:39 +00:00
channels: "irc.freenode.org#salt-devel"
2012-04-30 23:09:30 +00:00
on_success: change
on_failure: change