We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c683c commit be719faCopy full SHA for be719fa
1 file changed
test/runtests.jl
@@ -12,8 +12,12 @@ for api in apis
12
end
13
14
15
-@testset "HexagonalLightGraphs" begin
16
- include("HexagonalLightGraphs.jl")
+if !(get(ENV, "TRAVIS", "") == "true")
+ @testset "Local Testsets" begin
17
+ @testset "HexagonalLightGraphs" begin
18
+ include("HexagonalLightGraphs.jl")
19
+ end
20
21
22
23
# Test other interfaces that are not yet compatible for the general tests.
0 commit comments