Skip to content

Commit 3fda1c7

Browse files
committed
tst: add condaforge before installing python
1 parent 78c15e4 commit 3fda1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ before_install:
3434
hash -r &&
3535
conda config --set always_yes yes --set changeps1 no &&
3636
conda update -q conda &&
37-
conda install python=${TRAVIS_PYTHON_VERSION} &&
3837
conda config --add channels conda-forge &&
38+
conda install python=${TRAVIS_PYTHON_VERSION} &&
3939
conda install -y nipype icu &&
4040
rm -r ${CONDA_HOME}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*; }
4141
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi

0 commit comments

Comments
 (0)