forked from saltstack/salt-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
17 lines (15 loc) · 791 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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