Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
0da44061
Commit
0da44061
authored
Jul 21, 2020
by
dboe
Browse files
remove __pycache__ and *.pyc
parent
06d31f44
Pipeline
#79039
failed with stages
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
0da44061
...
...
@@ -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} \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment