File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - " .venv"
2222 - " /usr/local/bin"
2323 - " /usr/local/lib/python2.7/site-packages"
24- - run : coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover
24+ - run :
25+ name : Run tests
26+ command : coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover
2527 - run :
2628 when : on_success
2729 command : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ def find_version(*file_paths):
8787# Add any paths that contain custom static files (such as style sheets) here,
8888# relative to this directory. They are copied after the builtin static files,
8989# so a file named "default.css" will overwrite the builtin "default.css".
90- html_static_path = ['_static' ]
90+ html_static_path = []
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ management.logs module
122122 :show-inheritance:
123123
124124management.organizations module
125- -------------------------
125+ ----------------------------------
126126
127127.. automodule :: auth0.v3.management.organizations
128128 :members:
You can’t perform that action at this time.
0 commit comments