File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ julia = "0.7, 1"
2626MetaGraphs = " ≥ 0.6.4"
2727
2828[extras ]
29- IncrementalInference = " 904591bb-b899-562f-9e6f-b8df64c7d480"
30- RoME = " 91fb55c2-4c03-5a59-ba21-f4ea956187b8"
3129Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
3230
3331[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
1212 end
1313end
1414
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
2222
2323# Test other interfaces that are not yet compatible for the general tests.
2424# @testset "CloudGraphsDFG Drive: " begin
You can’t perform that action at this time.
0 commit comments