Skip to content

Commit 645e014

Browse files
committed
Do not update conda, use only latest version
1 parent fb161fa commit 645e014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ before_install:
5555
- bash miniconda.sh -b -p $HOME/miniconda
5656
- export PATH="$HOME/miniconda/bin:$PATH"
5757
- if [[ `which conda` ]]; then echo 'Conda installation successful'; else exit 1; fi
58-
- conda update --yes conda
5958
- conda create -n testenv --yes python=$PYTHON_VERSION pip wheel nose
6059
- source activate testenv
6160
- conda install --yes gcc swig

0 commit comments

Comments
 (0)