mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Use pip mirrors.
This commit is contained in:
parent
6be81cbc18
commit
31d931015c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
before_install:
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
|
||||
- sudo pip install unittest-xml-reporting
|
||||
- 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/
|
||||
|
|
Loading…
Add table
Reference in a new issue