salt-bootstrap/.travis.yml

18 lines
791 B
YAML
Raw Normal View History

before_install:
2013-02-04 01:07:55 +00:00
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
2013-06-27 17:43:03 +01:00
- sudo pip install --use-mirrors --mirrors=http://g.pypi.python.org/ --mirrors=http://c.pypi.python.org/ --mirrors=http://pypi.crate.io/ unittest-xml-reporting
- sudo apt-get remove -y -o DPkg::Options::=--force-confold --purge libzmq3
2013-03-16 16:54:41 +00:00
- sudo apt-get autoremove -y -o DPkg::Options::=--force-confold --purge
2013-03-17 15:59:54 +00:00
- sudo ls -lah /etc/apt/sources.list.d/
- sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list
2013-06-27 14:54:51 +01:00
- sudo pip install git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting
2013-01-21 16:24:57 +00:00
script:
- BS_ECHO_DEBUG=1 sudo -E python tests/runtests.py -vv
notifications:
irc:
channels: "irc.freenode.org#salt-devel"
on_success: change
on_failure: change