Skip to content
Snippets Groups Projects
Commit 0da44061 authored by dboe's avatar dboe
Browse files

remove __pycache__ and *.pyc

parent 06d31f44
No related branches found
No related tags found
No related merge requests found
Pipeline #79039 failed
......@@ -132,6 +132,10 @@ deps =
{[options]install_requires}
{[options.extras_require]test}
extras = test
whitelist_externals = rm
commands_pre =
rm -rf **/__pycache__
rm -rf **/*.pyc
commands =
pytest \
--cov={[metadata]name} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment