mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Some more mirror support to travis.yaml pip install calls.
This commit is contained in:
parent
c21419d0fd
commit
41212b7deb
@ -9,7 +9,7 @@ before_install:
|
||||
- sudo apt-get install -y -o DPkg::Options::=--force-confold git swig supervisor rabbitmq-server ruby
|
||||
- (git describe && git fetch --tags) || (git remote add upstream git://github.com/saltstack/salt.git && git fetch --tags upstream)
|
||||
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict; fi"
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors --mirrors=http://testpypi.python.org/pypi unittest2 ordereddict; fi"
|
||||
- pip install mock --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
Loading…
Reference in New Issue
Block a user