Skip to content

Commit dfd3194

Browse files
committed
fix: conda install
1 parent e5162e4 commit dfd3194

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ before_install:
2424

2525
# Install packages
2626
install:
27-
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy nose traits networkx dateutil
27+
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
28+
- source activate testenv
29+
- conda install numpy scipy nose traits networkx dateutil
2830
- pip install nibabel --use-mirrors
2931
- pip install python-coveralls --use-mirrors
3032
- pip install nose-cov --use-mirrors

0 commit comments

Comments
 (0)