2012-04-30 23:03:38 +00:00
language : python
2012-04-10 21:38:54 +00:00
python :
- '2.7'
2012-04-30 23:58:19 +00:00
before_install :
2013-03-07 03:02:27 +00:00
- sudo add-apt-repository -y ppa:saltstack/salt
2013-02-17 11:12:16 +00:00
- sudo apt-get update
2013-03-07 03:02:27 +00:00
- sudo apt-get install --fix-broken --ignore-missing -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" swig supervisor rabbitmq-server ruby salt-common
2013-01-15 22:51:19 +00:00
- (git describe && git fetch --tags) || (git remote add upstream git://github.com/saltstack/salt.git && git fetch --tags upstream)
2013-03-07 03:02:27 +00:00
- "for i in /usr/lib/python${TRAVIS_PYTHON_VERSION}/dist-packages/*; do ln -s $i /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/ || true; done"
2013-02-17 11:36:45 +00:00
- pip install mock --use-mirrors --mirrors=http://testpypi.python.org/pypi
2012-04-30 23:58:19 +00:00
2013-02-17 11:36:45 +00:00
install : pip install -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
2013-02-17 11:28:33 +00:00
script : "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/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