TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux <<<<<< ENV .appveyor.yml .circleci/config.yml .codecov.yml .coveragerc .github/workflows/circleci.yml .github/workflows/testing.yml .gitignore .pep8speaks.yml .pre-commit-config.yaml .travis.yml CODE_OF_CONDUCT.rst CONTRIBUTING.rst INSTALL.rst LICENSE.txt MANIFEST.in README.rst doc/Makefile doc/README.md doc/_static/copybutton.js doc/_static/custom.css doc/_static/networkx_logo.svg doc/_templates/dev_banner.html doc/_templates/eol_banner.html doc/_templates/layout.html doc/bibliography.rst doc/citing.rst doc/conf.py doc/credits.rst doc/developer/code_of_conduct.rst doc/developer/contribute.rst doc/developer/core_developer.rst doc/developer/deprecations.rst doc/developer/gitwash/branch_dropdown.png doc/developer/gitwash/configure_git.rst doc/developer/gitwash/development_workflow.rst doc/developer/gitwash/following_latest.rst doc/developer/gitwash/forking_button.png doc/developer/gitwash/forking_hell.rst doc/developer/gitwash/git_development.rst doc/developer/gitwash/git_install.rst doc/developer/gitwash/git_intro.rst doc/developer/gitwash/git_links.inc doc/developer/gitwash/git_resources.rst doc/developer/gitwash/index.rst doc/developer/gitwash/known_projects.inc doc/developer/gitwash/links.inc doc/developer/gitwash/maintainer_workflow.rst doc/developer/gitwash/patching.rst doc/developer/gitwash/pull_button.png doc/developer/gitwash/set_up_fork.rst doc/developer/gitwash/this_project.inc doc/developer/index.rst doc/developer/nxeps/_static/nxep-0000.png doc/developer/nxeps/index.rst doc/developer/nxeps/nxep-0000.rst doc/developer/nxeps/nxep-0001.rst doc/developer/nxeps/nxep-0002.rst doc/developer/nxeps/nxep-template.rst doc/developer/release.rst doc/developer/roadmap.rst doc/developer/values.rst doc/index.rst doc/install.rst doc/license.rst doc/news.rst doc/reference/algorithms/approximation.rst doc/reference/algorithms/assortativity.rst doc/reference/algorithms/asteroidal.rst doc/reference/algorithms/bipartite.rst doc/reference/algorithms/boundary.rst doc/reference/algorithms/bridges.rst doc/reference/algorithms/centrality.rst doc/reference/algorithms/chains.rst doc/reference/algorithms/chordal.rst doc/reference/algorithms/clique.rst doc/reference/algorithms/clustering.rst doc/reference/algorithms/coloring.rst doc/reference/algorithms/communicability_alg.rst doc/reference/algorithms/community.rst doc/reference/algorithms/component.rst doc/reference/algorithms/connectivity.rst doc/reference/algorithms/core.rst doc/reference/algorithms/covering.rst doc/reference/algorithms/cuts.rst doc/reference/algorithms/cycles.rst doc/reference/algorithms/d_separation.rst doc/reference/algorithms/dag.rst doc/reference/algorithms/distance_measures.rst doc/reference/algorithms/distance_regular.rst doc/reference/algorithms/dominance.rst doc/reference/algorithms/dominating.rst doc/reference/algorithms/efficiency_measures.rst doc/reference/algorithms/euler.rst doc/reference/algorithms/flow.rst doc/reference/algorithms/graph_hashing.rst doc/reference/algorithms/graphical.rst doc/reference/algorithms/hierarchy.rst doc/reference/algorithms/hybrid.rst doc/reference/algorithms/index.rst doc/reference/algorithms/isolates.rst doc/reference/algorithms/isomorphism.ismags.rst doc/reference/algorithms/isomorphism.rst doc/reference/algorithms/isomorphism.vf2.rst doc/reference/algorithms/link_analysis.rst doc/reference/algorithms/link_prediction.rst doc/reference/algorithms/lowest_common_ancestors.rst doc/reference/algorithms/matching.rst doc/reference/algorithms/minors.rst doc/reference/algorithms/mis.rst doc/reference/algorithms/moral.rst doc/reference/algorithms/node_classification.rst doc/reference/algorithms/non_randomness.rst doc/reference/algorithms/operators.rst doc/reference/algorithms/planar_drawing.rst doc/reference/algorithms/planarity.rst doc/reference/algorithms/reciprocity.rst doc/reference/algorithms/regular.rst doc/reference/algorithms/rich_club.rst doc/reference/algorithms/shortest_paths.rst doc/reference/algorithms/similarity.rst doc/reference/algorithms/simple_paths.rst doc/reference/algorithms/smallworld.rst doc/reference/algorithms/smetric.rst doc/reference/algorithms/sparsifiers.rst doc/reference/algorithms/structuralholes.rst doc/reference/algorithms/swap.rst doc/reference/algorithms/threshold.rst doc/reference/algorithms/tournament.rst doc/reference/algorithms/traversal.rst doc/reference/algorithms/tree.rst doc/reference/algorithms/triads.rst doc/reference/algorithms/vitality.rst doc/reference/algorithms/voronoi.rst doc/reference/algorithms/wiener.rst doc/reference/classes/digraph.rst doc/reference/classes/graph.rst doc/reference/classes/index.rst doc/reference/classes/multidigraph.rst doc/reference/classes/multigraph.rst doc/reference/classes/ordered.rst doc/reference/convert.rst doc/reference/drawing.rst doc/reference/exceptions.rst doc/reference/functions.rst doc/reference/generators.rst doc/reference/glossary.rst doc/reference/index.rst doc/reference/introduction.rst doc/reference/linalg.rst doc/reference/randomness.rst doc/reference/readwrite/adjlist.rst doc/reference/readwrite/edgelist.rst doc/reference/readwrite/gexf.rst doc/reference/readwrite/gml.rst doc/reference/readwrite/gpickle.rst doc/reference/readwrite/graphml.rst doc/reference/readwrite/index.rst doc/reference/readwrite/json_graph.rst doc/reference/readwrite/leda.rst doc/reference/readwrite/multiline_adjlist.rst doc/reference/readwrite/nx_shp.rst doc/reference/readwrite/pajek.rst doc/reference/readwrite/sparsegraph6.rst doc/reference/readwrite/yaml.rst doc/reference/relabel.rst doc/reference/utils.rst doc/release/api_0.99.rst doc/release/api_1.0.rst doc/release/api_1.10.rst doc/release/api_1.11.rst doc/release/api_1.4.rst doc/release/api_1.5.rst doc/release/api_1.6.rst doc/release/api_1.7.rst doc/release/api_1.8.rst doc/release/api_1.9.rst doc/release/contribs.py doc/release/index.rst doc/release/migration_guide_from_1.x_to_2.0.rst doc/release/release_2.0.rst doc/release/release_2.1.rst doc/release/release_2.2.rst doc/release/release_2.3.rst doc/release/release_2.4.rst doc/release/release_2.5.rst doc/release/release_dev.rst doc/release/release_template.rst doc/release/report_functions_without_rst_generated.py doc/release/report_functions_without_rst_generated.sh doc/team.rst doc/tutorial.rst examples/3d_drawing/README.txt examples/3d_drawing/mayavi2_spring.py examples/README.txt examples/advanced/README.txt examples/advanced/plot_eigenvalues.py examples/advanced/plot_heavy_metal_umlaut.py examples/advanced/plot_iterated_dynamical_systems.py examples/advanced/plot_parallel_betweenness.py examples/algorithms/README.txt examples/algorithms/hartford_drug.edgelist examples/algorithms/plot_beam_search.py examples/algorithms/plot_blockmodel.py examples/algorithms/plot_davis_club.py examples/algorithms/plot_decomposition.py examples/algorithms/plot_krackhardt_centrality.py examples/algorithms/plot_rcm.py examples/applications/README.txt examples/applications/plot_circuits.py examples/basic/README.txt examples/basic/plot_properties.py examples/basic/plot_read_write.py examples/drawing/README.txt examples/drawing/chess_masters_WCC.pgn.bz2 examples/drawing/knuth_miles.txt.gz examples/drawing/lanl_routes.edgelist examples/drawing/plot_atlas.py examples/drawing/plot_chess_masters.py examples/drawing/plot_circular_tree.py examples/drawing/plot_degree_histogram.py examples/drawing/plot_degree_rank.py examples/drawing/plot_directed.py examples/drawing/plot_edge_colormap.py examples/drawing/plot_ego_graph.py examples/drawing/plot_four_grids.py examples/drawing/plot_giant_component.py examples/drawing/plot_house_with_colors.py examples/drawing/plot_knuth_miles.py examples/drawing/plot_labels_and_colors.py examples/drawing/plot_lanl_routes.py examples/drawing/plot_multipartite_graph.py examples/drawing/plot_node_colormap.py examples/drawing/plot_random_geometric_graph.py examples/drawing/plot_sampson.py examples/drawing/plot_simple_path.py examples/drawing/plot_spectral_grid.py examples/drawing/plot_unix_email.py examples/drawing/plot_weighted_graph.py examples/drawing/sampson_data.zip examples/drawing/unix_email.mbox examples/graph/README.txt examples/graph/dot_atlas.py examples/graph/plot_degree_sequence.py examples/graph/plot_erdos_renyi.py examples/graph/plot_expected_degree_sequence.py examples/graph/plot_football.py examples/graph/plot_karate_club.py examples/graph/plot_napoleon_russian_campaign.py examples/graph/plot_roget.py examples/graph/plot_words.py examples/graph/roget_dat.txt.gz examples/graph/words_dat.txt.gz examples/javascript/README.txt examples/javascript/force.py examples/javascript/force/README.txt examples/javascript/force/force.css examples/javascript/force/force.html examples/javascript/force/force.js examples/jit/README.txt examples/jit/plot_rgraph.py examples/pygraphviz/README.txt examples/pygraphviz/plot_pygraphviz_attributes.py examples/pygraphviz/plot_pygraphviz_draw.py examples/pygraphviz/plot_pygraphviz_simple.py examples/pygraphviz/plot_write_dotfile.py examples/subclass/README.txt examples/subclass/plot_antigraph.py examples/subclass/plot_printgraph.py networkx/__init__.py networkx/algorithms/__init__.py networkx/algorithms/approximation/__init__.py networkx/algorithms/approximation/clique.py networkx/algorithms/approximation/clustering_coefficient.py networkx/algorithms/approximation/connectivity.py networkx/algorithms/approximation/dominating_set.py networkx/algorithms/approximation/independent_set.py networkx/algorithms/approximation/kcomponents.py networkx/algorithms/approximation/matching.py networkx/algorithms/approximation/ramsey.py networkx/algorithms/approximation/steinertree.py networkx/algorithms/approximation/tests/__init__.py networkx/algorithms/approximation/tests/test_approx_clust_coeff.py networkx/algorithms/approximation/tests/test_clique.py networkx/algorithms/approximation/tests/test_connectivity.py networkx/algorithms/approximation/tests/test_dominating_set.py networkx/algorithms/approximation/tests/test_independent_set.py networkx/algorithms/approximation/tests/test_kcomponents.py networkx/algorithms/approximation/tests/test_matching.py networkx/algorithms/approximation/tests/test_ramsey.py networkx/algorithms/approximation/tests/test_steinertree.py networkx/algorithms/approximation/tests/test_treewidth.py networkx/algorithms/approximation/tests/test_vertex_cover.py networkx/algorithms/approximation/treewidth.py networkx/algorithms/approximation/vertex_cover.py networkx/algorithms/assortativity/__init__.py networkx/algorithms/assortativity/connectivity.py networkx/algorithms/assortativity/correlation.py networkx/algorithms/assortativity/mixing.py networkx/algorithms/assortativity/neighbor_degree.py networkx/algorithms/assortativity/pairs.py networkx/algorithms/assortativity/tests/__init__.py networkx/algorithms/assortativity/tests/base_test.py networkx/algorithms/assortativity/tests/test_connectivity.py networkx/algorithms/assortativity/tests/test_correlation.py networkx/algorithms/assortativity/tests/test_mixing.py networkx/algorithms/assortativity/tests/test_neighbor_degree.py networkx/algorithms/assortativity/tests/test_pairs.py networkx/algorithms/asteroidal.py networkx/algorithms/bipartite/__init__.py networkx/algorithms/bipartite/basic.py networkx/algorithms/bipartite/centrality.py networkx/algorithms/bipartite/cluster.py networkx/algorithms/bipartite/covering.py networkx/algorithms/bipartite/edgelist.py networkx/algorithms/bipartite/generators.py networkx/algorithms/bipartite/matching.py networkx/algorithms/bipartite/matrix.py networkx/algorithms/bipartite/projection.py networkx/algorithms/bipartite/redundancy.py networkx/algorithms/bipartite/spectral.py networkx/algorithms/bipartite/tests/__init__.py networkx/algorithms/bipartite/tests/test_basic.py networkx/algorithms/bipartite/tests/test_centrality.py networkx/algorithms/bipartite/tests/test_cluster.py networkx/algorithms/bipartite/tests/test_covering.py networkx/algorithms/bipartite/tests/test_edgelist.py networkx/algorithms/bipartite/tests/test_generators.py networkx/algorithms/bipartite/tests/test_matching.py networkx/algorithms/bipartite/tests/test_matrix.py networkx/algorithms/bipartite/tests/test_project.py networkx/algorithms/bipartite/tests/test_redundancy.py networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py networkx/algorithms/boundary.py networkx/algorithms/bridges.py networkx/algorithms/centrality/__init__.py networkx/algorithms/centrality/betweenness.py networkx/algorithms/centrality/betweenness_subset.py networkx/algorithms/centrality/closeness.py networkx/algorithms/centrality/current_flow_betweenness.py networkx/algorithms/centrality/current_flow_betweenness_subset.py networkx/algorithms/centrality/current_flow_closeness.py networkx/algorithms/centrality/degree_alg.py networkx/algorithms/centrality/dispersion.py networkx/algorithms/centrality/eigenvector.py networkx/algorithms/centrality/flow_matrix.py networkx/algorithms/centrality/group.py networkx/algorithms/centrality/harmonic.py networkx/algorithms/centrality/katz.py networkx/algorithms/centrality/load.py networkx/algorithms/centrality/percolation.py networkx/algorithms/centrality/reaching.py networkx/algorithms/centrality/second_order.py networkx/algorithms/centrality/subgraph_alg.py networkx/algorithms/centrality/tests/__init__.py networkx/algorithms/centrality/tests/test_betweenness_centrality.py networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py networkx/algorithms/centrality/tests/test_closeness_centrality.py networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py networkx/algorithms/centrality/tests/test_current_flow_closeness.py networkx/algorithms/centrality/tests/test_degree_centrality.py networkx/algorithms/centrality/tests/test_dispersion.py networkx/algorithms/centrality/tests/test_eigenvector_centrality.py networkx/algorithms/centrality/tests/test_group.py networkx/algorithms/centrality/tests/test_harmonic_centrality.py networkx/algorithms/centrality/tests/test_katz_centrality.py networkx/algorithms/centrality/tests/test_load_centrality.py networkx/algorithms/centrality/tests/test_percolation_centrality.py networkx/algorithms/centrality/tests/test_reaching.py networkx/algorithms/centrality/tests/test_second_order_centrality.py networkx/algorithms/centrality/tests/test_subgraph.py networkx/algorithms/centrality/tests/test_trophic.py networkx/algorithms/centrality/tests/test_voterank.py networkx/algorithms/centrality/trophic.py networkx/algorithms/centrality/voterank_alg.py networkx/algorithms/chains.py networkx/algorithms/chordal.py networkx/algorithms/clique.py networkx/algorithms/cluster.py networkx/algorithms/coloring/__init__.py networkx/algorithms/coloring/equitable_coloring.py networkx/algorithms/coloring/greedy_coloring.py networkx/algorithms/coloring/greedy_coloring_with_interchange.py networkx/algorithms/coloring/tests/__init__.py networkx/algorithms/coloring/tests/test_coloring.py networkx/algorithms/communicability_alg.py networkx/algorithms/community/__init__.py networkx/algorithms/community/asyn_fluid.py networkx/algorithms/community/centrality.py networkx/algorithms/community/community_utils.py networkx/algorithms/community/kclique.py networkx/algorithms/community/kernighan_lin.py networkx/algorithms/community/label_propagation.py networkx/algorithms/community/lukes.py networkx/algorithms/community/modularity_max.py networkx/algorithms/community/quality.py networkx/algorithms/community/tests/__init__.py networkx/algorithms/community/tests/test_asyn_fluid.py networkx/algorithms/community/tests/test_centrality.py networkx/algorithms/community/tests/test_kclique.py networkx/algorithms/community/tests/test_kernighan_lin.py networkx/algorithms/community/tests/test_label_propagation.py networkx/algorithms/community/tests/test_lukes.py networkx/algorithms/community/tests/test_modularity_max.py networkx/algorithms/community/tests/test_quality.py networkx/algorithms/community/tests/test_utils.py networkx/algorithms/components/__init__.py networkx/algorithms/components/attracting.py networkx/algorithms/components/biconnected.py networkx/algorithms/components/connected.py networkx/algorithms/components/semiconnected.py networkx/algorithms/components/strongly_connected.py networkx/algorithms/components/tests/__init__.py networkx/algorithms/components/tests/test_attracting.py networkx/algorithms/components/tests/test_biconnected.py networkx/algorithms/components/tests/test_connected.py networkx/algorithms/components/tests/test_semiconnected.py networkx/algorithms/components/tests/test_strongly_connected.py networkx/algorithms/components/tests/test_weakly_connected.py networkx/algorithms/components/weakly_connected.py networkx/algorithms/connectivity/__init__.py networkx/algorithms/connectivity/connectivity.py networkx/algorithms/connectivity/cuts.py networkx/algorithms/connectivity/disjoint_paths.py networkx/algorithms/connectivity/edge_augmentation.py networkx/algorithms/connectivity/edge_kcomponents.py networkx/algorithms/connectivity/kcomponents.py networkx/algorithms/connectivity/kcutsets.py networkx/algorithms/connectivity/stoerwagner.py networkx/algorithms/connectivity/tests/__init__.py networkx/algorithms/connectivity/tests/test_connectivity.py networkx/algorithms/connectivity/tests/test_cuts.py networkx/algorithms/connectivity/tests/test_disjoint_paths.py networkx/algorithms/connectivity/tests/test_edge_augmentation.py networkx/algorithms/connectivity/tests/test_edge_kcomponents.py networkx/algorithms/connectivity/tests/test_kcomponents.py networkx/algorithms/connectivity/tests/test_kcutsets.py networkx/algorithms/connectivity/tests/test_stoer_wagner.py networkx/algorithms/connectivity/utils.py networkx/algorithms/core.py networkx/algorithms/covering.py networkx/algorithms/cuts.py networkx/algorithms/cycles.py networkx/algorithms/d_separation.py networkx/algorithms/dag.py networkx/algorithms/distance_measures.py networkx/algorithms/distance_regular.py networkx/algorithms/dominance.py networkx/algorithms/dominating.py networkx/algorithms/efficiency_measures.py networkx/algorithms/euler.py networkx/algorithms/flow/__init__.py networkx/algorithms/flow/boykovkolmogorov.py networkx/algorithms/flow/capacityscaling.py networkx/algorithms/flow/dinitz_alg.py networkx/algorithms/flow/edmondskarp.py networkx/algorithms/flow/gomory_hu.py networkx/algorithms/flow/maxflow.py networkx/algorithms/flow/mincost.py networkx/algorithms/flow/networksimplex.py networkx/algorithms/flow/preflowpush.py networkx/algorithms/flow/shortestaugmentingpath.py networkx/algorithms/flow/tests/__init__.py networkx/algorithms/flow/tests/gl1.gpickle.bz2 networkx/algorithms/flow/tests/gw1.gpickle.bz2 networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 networkx/algorithms/flow/tests/test_gomory_hu.py networkx/algorithms/flow/tests/test_maxflow.py networkx/algorithms/flow/tests/test_maxflow_large_graph.py networkx/algorithms/flow/tests/test_mincost.py networkx/algorithms/flow/tests/wlm3.gpickle.bz2 networkx/algorithms/flow/utils.py networkx/algorithms/graph_hashing.py networkx/algorithms/graphical.py networkx/algorithms/hierarchy.py networkx/algorithms/hybrid.py networkx/algorithms/isolate.py networkx/algorithms/isomorphism/__init__.py networkx/algorithms/isomorphism/ismags.py networkx/algorithms/isomorphism/isomorph.py networkx/algorithms/isomorphism/isomorphvf2.py networkx/algorithms/isomorphism/matchhelpers.py networkx/algorithms/isomorphism/temporalisomorphvf2.py networkx/algorithms/isomorphism/tests/__init__.py networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 networkx/algorithms/isomorphism/tests/test_ismags.py networkx/algorithms/isomorphism/tests/test_isomorphism.py networkx/algorithms/isomorphism/tests/test_isomorphvf2.py networkx/algorithms/isomorphism/tests/test_match_helpers.py networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py networkx/algorithms/isomorphism/tests/test_vf2userfunc.py networkx/algorithms/isomorphism/tree_isomorphism.py networkx/algorithms/isomorphism/vf2userfunc.py networkx/algorithms/link_analysis/__init__.py networkx/algorithms/link_analysis/hits_alg.py networkx/algorithms/link_analysis/pagerank_alg.py networkx/algorithms/link_analysis/tests/__init__.py networkx/algorithms/link_analysis/tests/test_hits.py networkx/algorithms/link_analysis/tests/test_pagerank.py networkx/algorithms/link_prediction.py networkx/algorithms/lowest_common_ancestors.py networkx/algorithms/matching.py networkx/algorithms/minors.py networkx/algorithms/mis.py networkx/algorithms/moral.py networkx/algorithms/node_classification/__init__.py networkx/algorithms/node_classification/hmn.py networkx/algorithms/node_classification/lgc.py networkx/algorithms/node_classification/tests/__init__.py networkx/algorithms/node_classification/tests/test_harmonic_function.py networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py networkx/algorithms/node_classification/utils.py networkx/algorithms/non_randomness.py networkx/algorithms/operators/__init__.py networkx/algorithms/operators/all.py networkx/algorithms/operators/binary.py networkx/algorithms/operators/product.py networkx/algorithms/operators/tests/__init__.py networkx/algorithms/operators/tests/test_all.py networkx/algorithms/operators/tests/test_binary.py networkx/algorithms/operators/tests/test_product.py networkx/algorithms/operators/tests/test_unary.py networkx/algorithms/operators/unary.py networkx/algorithms/planar_drawing.py networkx/algorithms/planarity.py networkx/algorithms/reciprocity.py networkx/algorithms/regular.py networkx/algorithms/richclub.py networkx/algorithms/shortest_paths/__init__.py networkx/algorithms/shortest_paths/astar.py networkx/algorithms/shortest_paths/dense.py networkx/algorithms/shortest_paths/generic.py networkx/algorithms/shortest_paths/tests/__init__.py networkx/algorithms/shortest_paths/tests/test_astar.py networkx/algorithms/shortest_paths/tests/test_dense.py networkx/algorithms/shortest_paths/tests/test_dense_numpy.py networkx/algorithms/shortest_paths/tests/test_generic.py networkx/algorithms/shortest_paths/tests/test_unweighted.py networkx/algorithms/shortest_paths/tests/test_weighted.py networkx/algorithms/shortest_paths/unweighted.py networkx/algorithms/shortest_paths/weighted.py networkx/algorithms/similarity.py networkx/algorithms/simple_paths.py networkx/algorithms/smallworld.py networkx/algorithms/smetric.py networkx/algorithms/sparsifiers.py networkx/algorithms/structuralholes.py networkx/algorithms/swap.py networkx/algorithms/tests/__init__.py networkx/algorithms/tests/test_asteroidal.py networkx/algorithms/tests/test_boundary.py networkx/algorithms/tests/test_bridges.py networkx/algorithms/tests/test_chains.py networkx/algorithms/tests/test_chordal.py networkx/algorithms/tests/test_clique.py networkx/algorithms/tests/test_cluster.py networkx/algorithms/tests/test_communicability.py networkx/algorithms/tests/test_core.py networkx/algorithms/tests/test_covering.py networkx/algorithms/tests/test_cuts.py networkx/algorithms/tests/test_cycles.py networkx/algorithms/tests/test_d_separation.py networkx/algorithms/tests/test_dag.py networkx/algorithms/tests/test_distance_measures.py networkx/algorithms/tests/test_distance_regular.py networkx/algorithms/tests/test_dominance.py networkx/algorithms/tests/test_dominating.py networkx/algorithms/tests/test_efficiency.py networkx/algorithms/tests/test_euler.py networkx/algorithms/tests/test_graph_hashing.py networkx/algorithms/tests/test_graphical.py networkx/algorithms/tests/test_hierarchy.py networkx/algorithms/tests/test_hybrid.py networkx/algorithms/tests/test_isolate.py networkx/algorithms/tests/test_link_prediction.py networkx/algorithms/tests/test_lowest_common_ancestors.py networkx/algorithms/tests/test_matching.py networkx/algorithms/tests/test_max_weight_clique.py networkx/algorithms/tests/test_minors.py networkx/algorithms/tests/test_mis.py networkx/algorithms/tests/test_moral.py networkx/algorithms/tests/test_non_randomness.py networkx/algorithms/tests/test_planar_drawing.py networkx/algorithms/tests/test_planarity.py networkx/algorithms/tests/test_reciprocity.py networkx/algorithms/tests/test_regular.py networkx/algorithms/tests/test_richclub.py networkx/algorithms/tests/test_similarity.py networkx/algorithms/tests/test_simple_paths.py networkx/algorithms/tests/test_smallworld.py networkx/algorithms/tests/test_smetric.py networkx/algorithms/tests/test_sparsifiers.py networkx/algorithms/tests/test_structuralholes.py networkx/algorithms/tests/test_swap.py networkx/algorithms/tests/test_threshold.py networkx/algorithms/tests/test_tournament.py networkx/algorithms/tests/test_triads.py networkx/algorithms/tests/test_vitality.py networkx/algorithms/tests/test_voronoi.py networkx/algorithms/tests/test_wiener.py networkx/algorithms/threshold.py networkx/algorithms/tournament.py networkx/algorithms/traversal/__init__.py networkx/algorithms/traversal/beamsearch.py networkx/algorithms/traversal/breadth_first_search.py networkx/algorithms/traversal/depth_first_search.py networkx/algorithms/traversal/edgebfs.py networkx/algorithms/traversal/edgedfs.py networkx/algorithms/traversal/tests/__init__.py networkx/algorithms/traversal/tests/test_beamsearch.py networkx/algorithms/traversal/tests/test_bfs.py networkx/algorithms/traversal/tests/test_dfs.py networkx/algorithms/traversal/tests/test_edgebfs.py networkx/algorithms/traversal/tests/test_edgedfs.py networkx/algorithms/tree/__init__.py networkx/algorithms/tree/branchings.py networkx/algorithms/tree/coding.py networkx/algorithms/tree/decomposition.py networkx/algorithms/tree/mst.py networkx/algorithms/tree/operations.py networkx/algorithms/tree/recognition.py networkx/algorithms/tree/tests/__init__.py networkx/algorithms/tree/tests/test_branchings.py networkx/algorithms/tree/tests/test_coding.py networkx/algorithms/tree/tests/test_decomposition.py networkx/algorithms/tree/tests/test_mst.py networkx/algorithms/tree/tests/test_operations.py networkx/algorithms/tree/tests/test_recognition.py networkx/algorithms/triads.py networkx/algorithms/vitality.py networkx/algorithms/voronoi.py networkx/algorithms/wiener.py networkx/classes/__init__.py networkx/classes/coreviews.py networkx/classes/digraph.py networkx/classes/filters.py networkx/classes/function.py networkx/classes/graph.py networkx/classes/graphviews.py networkx/classes/multidigraph.py networkx/classes/multigraph.py networkx/classes/ordered.py networkx/classes/reportviews.py networkx/classes/tests/__init__.py networkx/classes/tests/historical_tests.py networkx/classes/tests/test_coreviews.py networkx/classes/tests/test_digraph.py networkx/classes/tests/test_digraph_historical.py networkx/classes/tests/test_filters.py networkx/classes/tests/test_function.py networkx/classes/tests/test_graph.py networkx/classes/tests/test_graph_historical.py networkx/classes/tests/test_graphviews.py networkx/classes/tests/test_multidigraph.py networkx/classes/tests/test_multigraph.py networkx/classes/tests/test_ordered.py networkx/classes/tests/test_reportviews.py networkx/classes/tests/test_special.py networkx/classes/tests/test_subgraphviews.py networkx/conftest.py networkx/convert.py networkx/convert_matrix.py networkx/drawing/__init__.py networkx/drawing/layout.py networkx/drawing/nx_agraph.py networkx/drawing/nx_pydot.py networkx/drawing/nx_pylab.py networkx/drawing/tests/__init__.py networkx/drawing/tests/test_agraph.py networkx/drawing/tests/test_layout.py networkx/drawing/tests/test_pydot.py networkx/drawing/tests/test_pylab.py networkx/exception.py networkx/generators/__init__.py networkx/generators/atlas.dat.gz networkx/generators/atlas.py networkx/generators/classic.py networkx/generators/cographs.py networkx/generators/community.py networkx/generators/degree_seq.py networkx/generators/directed.py networkx/generators/duplication.py networkx/generators/ego.py networkx/generators/expanders.py networkx/generators/geometric.py networkx/generators/harary_graph.py networkx/generators/internet_as_graphs.py networkx/generators/intersection.py networkx/generators/interval_graph.py networkx/generators/joint_degree_seq.py networkx/generators/lattice.py networkx/generators/line.py networkx/generators/mycielski.py networkx/generators/nonisomorphic_trees.py networkx/generators/random_clustered.py networkx/generators/random_graphs.py networkx/generators/small.py networkx/generators/social.py networkx/generators/spectral_graph_forge.py networkx/generators/stochastic.py networkx/generators/sudoku.py networkx/generators/tests/__init__.py networkx/generators/tests/test_atlas.py networkx/generators/tests/test_classic.py networkx/generators/tests/test_cographs.py networkx/generators/tests/test_community.py networkx/generators/tests/test_degree_seq.py networkx/generators/tests/test_directed.py networkx/generators/tests/test_duplication.py networkx/generators/tests/test_ego.py networkx/generators/tests/test_expanders.py networkx/generators/tests/test_geometric.py networkx/generators/tests/test_harary_graph.py networkx/generators/tests/test_internet_as_graphs.py networkx/generators/tests/test_intersection.py networkx/generators/tests/test_interval_graph.py networkx/generators/tests/test_joint_degree_seq.py networkx/generators/tests/test_lattice.py networkx/generators/tests/test_line.py networkx/generators/tests/test_mycielski.py networkx/generators/tests/test_nonisomorphic_trees.py networkx/generators/tests/test_random_clustered.py networkx/generators/tests/test_random_graphs.py networkx/generators/tests/test_small.py networkx/generators/tests/test_spectral_graph_forge.py networkx/generators/tests/test_stochastic.py networkx/generators/tests/test_sudoku.py networkx/generators/tests/test_trees.py networkx/generators/tests/test_triads.py networkx/generators/trees.py networkx/generators/triads.py networkx/linalg/__init__.py networkx/linalg/algebraicconnectivity.py networkx/linalg/attrmatrix.py networkx/linalg/bethehessianmatrix.py networkx/linalg/graphmatrix.py networkx/linalg/laplacianmatrix.py networkx/linalg/modularitymatrix.py networkx/linalg/spectrum.py networkx/linalg/tests/__init__.py networkx/linalg/tests/test_algebraic_connectivity.py networkx/linalg/tests/test_attrmatrix.py networkx/linalg/tests/test_bethehessian.py networkx/linalg/tests/test_graphmatrix.py networkx/linalg/tests/test_laplacian.py networkx/linalg/tests/test_modularity.py networkx/linalg/tests/test_spectrum.py networkx/readwrite/__init__.py networkx/readwrite/adjlist.py networkx/readwrite/edgelist.py networkx/readwrite/gexf.py networkx/readwrite/gml.py networkx/readwrite/gpickle.py networkx/readwrite/graph6.py networkx/readwrite/graphml.py networkx/readwrite/json_graph/__init__.py networkx/readwrite/json_graph/adjacency.py networkx/readwrite/json_graph/cytoscape.py networkx/readwrite/json_graph/jit.py networkx/readwrite/json_graph/node_link.py networkx/readwrite/json_graph/tests/__init__.py networkx/readwrite/json_graph/tests/test_adjacency.py networkx/readwrite/json_graph/tests/test_cytoscape.py networkx/readwrite/json_graph/tests/test_jit.py networkx/readwrite/json_graph/tests/test_node_link.py networkx/readwrite/json_graph/tests/test_tree.py networkx/readwrite/json_graph/tree.py networkx/readwrite/leda.py networkx/readwrite/multiline_adjlist.py networkx/readwrite/nx_shp.py networkx/readwrite/nx_yaml.py networkx/readwrite/p2g.py networkx/readwrite/pajek.py networkx/readwrite/sparse6.py networkx/readwrite/tests/__init__.py networkx/readwrite/tests/test_adjlist.py networkx/readwrite/tests/test_edgelist.py networkx/readwrite/tests/test_gexf.py networkx/readwrite/tests/test_gml.py networkx/readwrite/tests/test_gpickle.py networkx/readwrite/tests/test_graph6.py networkx/readwrite/tests/test_graphml.py networkx/readwrite/tests/test_leda.py networkx/readwrite/tests/test_p2g.py networkx/readwrite/tests/test_pajek.py networkx/readwrite/tests/test_shp.py networkx/readwrite/tests/test_sparse6.py networkx/readwrite/tests/test_yaml.py networkx/relabel.py networkx/release.py networkx/testing/__init__.py networkx/testing/test.py networkx/testing/tests/__init__.py networkx/testing/tests/test_utils.py networkx/testing/utils.py networkx/tests/README networkx/tests/__init__.py networkx/tests/test_all_random_functions.py networkx/tests/test_convert.py networkx/tests/test_convert_numpy.py networkx/tests/test_convert_pandas.py networkx/tests/test_convert_scipy.py networkx/tests/test_exceptions.py networkx/tests/test_relabel.py networkx/utils/__init__.py networkx/utils/contextmanagers.py networkx/utils/decorators.py networkx/utils/heaps.py networkx/utils/mapped_queue.py networkx/utils/misc.py networkx/utils/random_sequence.py networkx/utils/rcm.py networkx/utils/tests/__init__.py networkx/utils/tests/test.txt networkx/utils/tests/test_contextmanager.py networkx/utils/tests/test_decorators.py networkx/utils/tests/test_heaps.py networkx/utils/tests/test_mapped_queue.py networkx/utils/tests/test_misc.py networkx/utils/tests/test_random_sequence.py networkx/utils/tests/test_rcm.py networkx/utils/tests/test_unionfind.py networkx/utils/union_find.py requirements.txt requirements/README.md requirements/default.txt requirements/developer.txt requirements/doc.txt requirements/extras.txt requirements/optional.txt requirements/release.txt requirements/test.txt setup.py tools/appveyor/install.ps1 tools/appveyor/run_with_env.cmd tools/gitwash_dumper.py tools/team_list.py tools/travis/before_install.sh tools/travis/build_docs.sh tools/travis/deploy-key.enc tools/travis/deploy_docs.sh tools/travis/linux_install.sh tools/travis/script.sh <<<<<< network # path=/home/travis/build/networkx/networkx/coverage.xml /home/travis/build/networkx/networkx/networkx