Skip to content

Commit

Permalink
Install patched M2Crypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 12, 2013
1 parent 865dc1f commit eb055b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit eb055b0

Please sign in to comment.