diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2021-01-03 19:48:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 19:48:02 -0800 |
commit | 2a4134001a80d92ce6c1fc67e324da1fa84c0083 (patch) | |
tree | 5b92c292cf56a042967da674a6faa37f8aea8e6b /.coveragerc | |
parent | 2ffd021df086ce14656650cbab96aa666b0de19e (diff) | |
download | networkx-2a4134001a80d92ce6c1fc67e324da1fa84c0083.tar.gz |
Simplify version information (#4492)
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index a9858459..64641b7b 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,4 +1,4 @@ [run] branch = True source = networkx -omit = */tests/*, conftest.py, *release.py, *testing/test.py +omit = */tests/*, conftest.py, *testing/test.py |