Skip to content

Commit

Permalink
Fix python version to 2.7.6 for travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Aug 4, 2015
1 parent 03884f5 commit f689342
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
language: python
python:
- "2.7"
- "2.7.6"

before_install:
- sudo apt-get install -q libatlas3gf-base libatlas-dev liblapack-dev gfortran

install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh;
else
wget http://repo.continuum.io/miniconda/Miniconda3-3.4.2-Linux-x86_64.sh -O miniconda.sh;
fi
- wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
Expand Down

0 comments on commit f689342

Please sign in to comment.