@@ -10,44 +10,44 @@ cd(@__DIR__)
10
10
include (" functions.jl" )
11
11
include (" parse_readme.jl" )
12
12
13
- istravis = " TRAVIS " ∈ keys (ENV )
13
+ isci = " CI " ∈ keys (ENV )
14
14
15
15
default (show= false , reuse= true )
16
16
17
17
cd (" ../assets" )
18
18
19
19
@testset " FIGURES" begin
20
- @plottest random_labelled_graph () " random_labelled_graph.png" popup= ! istravis tol= 0.03
20
+ @plottest random_labelled_graph () " random_labelled_graph.png" popup= ! isci tol= 0.03
21
21
22
- @plottest random_3d_graph () " random_3d_graph.png" popup= ! istravis tol= 0.02
22
+ @plottest random_3d_graph () " random_3d_graph.png" popup= ! isci tol= 0.02
23
23
24
- @plottest light_graphs () " light_graphs.png" popup= ! istravis tol= 0.02
24
+ @plottest light_graphs () " light_graphs.png" popup= ! isci tol= 0.02
25
25
26
- @plottest directed () " directed.png" popup= ! istravis tol= 0.02
26
+ @plottest directed () " directed.png" popup= ! isci tol= 0.02
27
27
28
- @plottest marker_properties () " marker_properties.png" popup= ! istravis tol= 0.04
28
+ @plottest marker_properties () " marker_properties.png" popup= ! isci tol= 0.04
29
29
30
- @plottest edgelabel () " edgelabel.png" popup= ! istravis tol= 0.1
30
+ @plottest edgelabel () " edgelabel.png" popup= ! isci tol= 0.1
31
31
32
- @plottest selfedges () " selfedges.png" popup= ! istravis tol= 0.02
32
+ @plottest selfedges () " selfedges.png" popup= ! isci tol= 0.02
33
33
34
- @plottest multigraphs () " multigraphs.png" popup= ! istravis tol= 0.1
34
+ @plottest multigraphs () " multigraphs.png" popup= ! isci tol= 0.1
35
35
36
- @plottest arc_chord_diagrams () " arc_chord_diagrams.png" popup= ! istravis tol= 0.02
36
+ @plottest arc_chord_diagrams () " arc_chord_diagrams.png" popup= ! isci tol= 0.02
37
37
38
- @plottest ast_example () " ast_example.png" popup= ! istravis tol= 0.02
38
+ @plottest ast_example () " ast_example.png" popup= ! isci tol= 0.02
39
39
40
- @plottest julia_type_tree () " julia_type_tree.png" popup= ! istravis tol= 0.2
40
+ @plottest julia_type_tree () " julia_type_tree.png" popup= ! isci tol= 0.2
41
41
42
- @plottest julia_dict_tree () " julia_dict_tree.png" popup= ! istravis tol= 0.2
42
+ @plottest julia_dict_tree () " julia_dict_tree.png" popup= ! isci tol= 0.2
43
43
44
- @plottest funky_edge_and_marker_args () " funky_edge_and_marker_args.png" popup= ! istravis tol= 0.2
44
+ @plottest funky_edge_and_marker_args () " funky_edge_and_marker_args.png" popup= ! isci tol= 0.2
45
45
46
- @plottest custom_nodeshapes_single () " custom_nodeshapes_single.png" popup= ! istravis tol= 0.2
46
+ @plottest custom_nodeshapes_single () " custom_nodeshapes_single.png" popup= ! isci tol= 0.2
47
47
48
- @plottest custom_nodeshapes_various () " custom_nodeshapes_various.png" popup= ! istravis tol= 0.2
48
+ @plottest custom_nodeshapes_various () " custom_nodeshapes_various.png" popup= ! isci tol= 0.2
49
49
end
50
50
51
51
@testset " README" begin
52
- @plottest julia_logo_pun () " readme_julia_logo_pun.png" popup= ! istravis tol= 0.2
52
+ @plottest julia_logo_pun () " readme_julia_logo_pun.png" popup= ! isci tol= 0.2
53
53
end
0 commit comments