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 afd7c79 commit 5430c22Copy full SHA for 5430c22
Project.toml
@@ -7,7 +7,9 @@ version = "0.1.0"
7
julia = "^1.0.0"
8
9
[extras]
10
+Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
11
+PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
12
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
[targets]
-test = ["Test"]
15
+test = ["Conda", "PyCall", "Test"]
test/runtests.jl
@@ -1,5 +1,8 @@
1
using Reproject
2
using Test
3
+using PyCall
4
+
5
+rp = pyimport("reproject")
6
@testset "Reproject.jl" begin
# Write your own tests here.
0 commit comments