Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Julia 1.0 #10

Merged
merged 14 commits into from
Aug 21, 2018
Prev Previous commit
Next Next commit
Importing PyCall in before_script.jl doesn't work
unless I do Pkg.add explicitly.
tkf committed Aug 20, 2018
commit 46795024a1b2dfc091764606b0a9fc9e12a4c070
3 changes: 1 addition & 2 deletions ci/before_script.jl
Original file line number Diff line number Diff line change
@@ -21,8 +21,7 @@ IPython.install_dependency("ipython"; force=true)
IPython.install_dependency("pytest"; force=true)

# IPython.install_dependency("julia"; force=true)
using PyCall
run(`$(PyCall.pyprogramname) -m pip install "git+git://github.com/tkf/pyjulia@jl10#egg=julia"`)
run(`$(IPython.PyCall.pyprogramname) -m pip install "git+git://github.com/tkf/pyjulia@jl10#egg=julia"`)

@info "show_versions.jl"
include("show_versions.jl")