Skip to content

Commit 63985ea

Browse files
committed
fix: conda install without prompt
1 parent dfd3194 commit 63985ea

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
@@ -26,7 +26,7 @@ before_install:
2626
install:
2727
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
2828
- source activate testenv
29-
- conda install numpy scipy nose traits networkx dateutil
29+
- conda install --yes numpy scipy nose traits networkx dateutil
3030
- pip install nibabel --use-mirrors
3131
- pip install python-coveralls --use-mirrors
3232
- pip install nose-cov --use-mirrors

0 commit comments

Comments
 (0)