File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ julia = "0.7, 1"
26
26
MetaGraphs = " ≥ 0.6.4"
27
27
28
28
[extras ]
29
- IncrementalInference = " 904591bb-b899-562f-9e6f-b8df64c7d480"
30
- RoME = " 91fb55c2-4c03-5a59-ba21-f4ea956187b8"
31
29
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
32
30
33
31
[targets ]
34
- test = [" Test" , " RoME " ]
32
+ test = [" Test" ]
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ for api in apis
12
12
end
13
13
end
14
14
15
- if ! (get (ENV , " TRAVIS" , " " ) == " true" )
16
- @testset " Local Testsets" begin
17
- @testset " HexagonalLightGraphs" begin
18
- include (" HexagonalLightGraphs.jl" )
19
- end
20
- end
21
- end
15
+ # if !(get(ENV, "TRAVIS", "") == "true")
16
+ # @testset "Local Testsets" begin
17
+ # @testset "HexagonalLightGraphs" begin
18
+ # include("HexagonalLightGraphs.jl")
19
+ # end
20
+ # end
21
+ # end
22
22
23
23
# Test other interfaces that are not yet compatible for the general tests.
24
24
# @testset "CloudGraphsDFG Drive: " begin
You can’t perform that action at this time.
0 commit comments