Skip to content

Commit

Permalink
Test Conda.add("jupyter", env)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 23, 2018
1 parent 57ecb2d commit dfdfa38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Conda.add("curl", env)
@test_throws Exception run(cmd)
Conda.add("pyzmq", env)
run(cmd)

Conda.add("jupyter", env)
end

curlvers = Conda.version("curl",env)
Expand Down

0 comments on commit dfdfa38

Please sign in to comment.