mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Cleanup. Pip should update packages and also use mirrors.
This commit is contained in:
parent
daaf26d926
commit
760c4e8f66
@ -5,18 +5,14 @@ python:
|
||||
- '2.7'
|
||||
|
||||
before_install:
|
||||
|
||||
#- sudo apt-get install -y -o DPkg::Options::=--force-confold python-software-properties || sudo apt-get install -y -o DPkg::Options::=--force-confold software-properties-common
|
||||
#- sudo add-apt-repository -y ppa:saltstack/salt || sudo add-apt-repository ppa:saltstack/salt
|
||||
- sudo apt-get update
|
||||
#- sudo apt-get install -y -o DPkg::Options::=--force-confold python-crypto python-jinja2 python-m2crypto python-yaml python-zmq msgpack-python
|
||||
- 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"
|
||||
- pip install mock
|
||||
- pip install -U mock --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors
|
||||
install: pip install -U -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo -v'"
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user