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
78b25499
Commit
78b25499
authored
Jul 23, 2020
by
dboe
Browse files
rm .tox rm
parent
982ba778
Pipeline
#79283
failed with stages
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
78b25499
...
...
@@ -71,6 +71,7 @@ test:
script
:
-
pip --version
-
pip install tox
# you can also use tox
-
rm -rf .tox
-
tox --recreate
coverage
:
'
/^TOTAL.+?(\d+\%)$/'
artifacts
:
...
...
setup.cfg
View file @
78b25499
...
...
@@ -136,7 +136,6 @@ whitelist_externals = rm
commands_pre =
rm -rf **/__pycache__
rm -rf **/*.pyc
rm -rf .tox
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