Skip to content

Commit

Permalink
Don't update conda
Browse files Browse the repository at this point in the history
  • Loading branch information
vahtras committed Oct 6, 2016
1 parent 4b685fc commit 648721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
- #conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose pytest pytest-cov mock
- pip install pep8 python-coveralls
Expand Down

0 comments on commit 648721c

Please sign in to comment.