Skip to content

Commit 095f1e8

Browse files
committed
fix: update conda in environment
1 parent dd4f3f5 commit 095f1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818

1919
# Install packages
2020
install:
21+
- conda update --yes conda
2122
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
2223
- source activate testenv
2324
- conda install --yes numpy scipy nose traits networkx dateutil

0 commit comments

Comments
 (0)