mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Install patched M2Crypto.
This commit is contained in:
parent
865dc1f057
commit
eb055b0417
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ before_install:
|
|||
- sudo apt-get install --fix-broken --ignore-missing -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" 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 mock --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors --mirrors=http://testpypi.python.org/pypi unittest2 ordereddict; fi"
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
|
Loading…
Add table
Reference in a new issue