mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
No line break
This commit is contained in:
parent
31d931015c
commit
770904f72d
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
before_install:
|
before_install:
|
||||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
|
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
|
||||||
- sudo pip install --use-mirrors --mirrors=http://g.pypi.python.org/ \
|
- 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
|
||||||
--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 remove -y -o DPkg::Options::=--force-confold --purge libzmq3
|
||||||
- sudo apt-get autoremove -y -o DPkg::Options::=--force-confold --purge
|
- sudo apt-get autoremove -y -o DPkg::Options::=--force-confold --purge
|
||||||
- sudo ls -lah /etc/apt/sources.list.d/
|
- sudo ls -lah /etc/apt/sources.list.d/
|
||||||
|
|
Loading…
Add table
Reference in a new issue