Skip to content

Commit 70a7cb2

Browse files
committed
fix travis file
1 parent 0d5d6dd commit 70a7cb2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ before_install:
2727
bash /home/travis/.cache/anaconda.sh -b -p /home/travis/anaconda &&
2828
export PATH=/home/travis/anaconda/bin:$PATH &&
2929
conda config --add channels conda-forge &&
30-
echo 'always_yes: True' >> /home/travis/.condarc &&
3130
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
32-
conda install -y numpy scipy
31+
conda install -y numpy scipy;
3332
}
3433
- travis_retry bef_inst
3534
install:
3635
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
37-
- function inst {pip install -e .[$NIPYPE_EXTRAS];}
38-
- travis_retry inst
36+
- travis_retry pip install -e .[$NIPYPE_EXTRAS]
3937
script:
4038
- py.test --doctest-modules nipype
4139
deploy:

0 commit comments

Comments
 (0)