From eb055b0417474a71f3977c1ebbbaf8715e5cb234 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 12 Mar 2013 03:14:11 +0000 Subject: [PATCH] Install patched M2Crypto. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 73a4ff820f22..fe008238145c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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