From b5482fc6248bcb901e7beb261601ad17f9c73fb2 Mon Sep 17 00:00:00 2001
From: Rajalekshmi Deepu <r.deepu@fz-juelich.de>
Date: Mon, 1 Feb 2016 12:43:15 +0100
Subject: [PATCH] Modified the .travis .yml file by adding the new download
 location for get-pip

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a2aa9f2..1fb9baa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,10 +38,10 @@ before_install:
   - sudo apt-get install -y python-coverage python-nose python-setuptools
   - sudo apt-get install -y python-mpi4py openmpi-bin openmpi-doc libopenmpi-dev
   # Install pip and cython
-  - wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
+  - wget https://bootstrap.pypa.io/get-pip.py
   - sudo python get-pip.py
-  - pip install --user cython==0.21.1
   - sudo pip install -U setuptools
+  - pip install --user cython==0.23.4
 
 install: 
   - cython --version
-- 
GitLab