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
e6fe9609
Commit
e6fe9609
authored
Oct 07, 2020
by
dboe
Browse files
trying out usedevelop option for tox
parent
8521b7e0
Pipeline
#83642
passed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
e6fe9609
...
...
@@ -13,7 +13,7 @@ search = version='{current_version}'
replace = {new_version}
[bumpversion:file:docs/cookiecutter_input.json]
search =
"
package_version
"
:
"
{current_version}
"
search =
'
package_version
'
:
'
{current_version}
'
replace = {new_version}
[metadata]
...
...
@@ -121,6 +121,7 @@ skip_missing_interpreters = true
envlist =
py{38}
recreate = true
usedevelop = true
[gh-actions]
python =
...
...
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