We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c760dcb commit d52f30cCopy full SHA for d52f30c
.travis.yml
@@ -25,6 +25,11 @@ env:
25
global:
26
- PYTHON=conda
27
28
+before_install:
29
+ - julia -e 'using Pkg; Pkg.add("Conda")'
30
+ - julia -e 'using Conda; Conda.add("scikit-learn")'
31
+ - julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
32
+
33
before_script:
34
- |
35
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
@@ -33,7 +38,6 @@ before_script:
38
fi
39
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
40
julia -e 'using Pkg; Pkg.add("Conda")'
36
- julia -e 'using Conda; Conda.add("scikit-learn")'
37
41
julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
42
43
0 commit comments