mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
17 lines
791 B
YAML
17 lines
791 B
YAML
before_install:
|
|
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
|
|
- 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
|
|
- sudo apt-get autoremove -y -o DPkg::Options::=--force-confold --purge
|
|
- sudo ls -lah /etc/apt/sources.list.d/
|
|
- sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list
|
|
- sudo pip install git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting
|
|
|
|
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
|