Skip to content

Commit c760dcb

Browse files
Try Conda in before script
1 parent 9089390 commit c760dcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ before_script:
3131
brew update
3232
brew upgrade cmake
3333
fi
34+
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
35+
julia -e 'using Pkg; Pkg.add("Conda")'
36+
julia -e 'using Conda; Conda.add("scikit-learn")'
37+
julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
38+
fi
3439
3540
after_success:
3641
# push coverage results to Codecov

0 commit comments

Comments
 (0)