Skip to content
Snippets Groups Projects
Commit 8625ccae authored by lekshmideepu's avatar lekshmideepu
Browse files

Update .travis.yml

parent 55526770
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,15 @@ before_install:
- sudo apt-get autoremove
- 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
- sudo python get-pip.py
- pip install --user cython==0.21.1
- sudo pip install -U setuptools
install:
- cython --version
before_script:
- chmod +x build.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment