Skip to content

Commit

Permalink
BF: fix travis version setting
Browse files Browse the repository at this point in the history
Luckily Steven Silvester noticed that selecting Python versions for the
virtualenvs was not working : dipy#487
  • Loading branch information
matthew-brett committed Nov 30, 2014
1 parent 597481d commit 3586749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ matrix:
- COVERAGE=1
- DEPENDS="cython==0.18 numpy==1.6.0 scipy==0.9.0 nibabel==1.2.0"
before_install:
- virtualenv venv
- virtualenv --python=python venv
- source venv/bin/activate
- python --version # just to check
- pip install nose # always
- sudo apt-get install libblas-dev liblapack-dev libatlas3gf-base
- pip install --timeout=60 --no-index -f http://travis-wheels.scikit-image.org $DEPENDS
Expand Down

0 comments on commit 3586749

Please sign in to comment.