2013-01-19 09:39:17 +00:00
|
|
|
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
|
2013-03-16 16:39:27 +00:00
|
|
|
- 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/
|
2013-03-17 16:04:01 +00:00
|
|
|
- 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-19 09:39:17 +00:00
|
|
|
|
2013-01-21 16:24:57 +00:00
|
|
|
script:
|
2013-03-16 17:17:04 +00:00
|
|
|
- BS_ECHO_DEBUG=1 sudo -E python tests/runtests.py -vv
|
2013-01-19 09:39:17 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels: "irc.freenode.org#salt-devel"
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|