Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Feb 11, 2015
1 parent a494a73 commit 6ef84d7
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 @@ -6,6 +6,7 @@ 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
Expand All @@ -20,7 +21,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.2 matplotlib
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.2 matplotlib setuptools
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit 6ef84d7

Please sign in to comment.