Skip to content

Commit

Permalink
display(Pkg.installed()) in test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 13, 2018
1 parent b169fa9 commit dedc457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using PyCall, Compat
using Compat.Test, Compat.Dates, Compat.Serialization

using Compat: Pkg
display(Pkg.installed())
println()

filter(f, itr) = collect(Iterators.filter(f, itr))
filter(f, d::AbstractDict) = Base.filter(f, d)

Expand Down

0 comments on commit dedc457

Please sign in to comment.