Skip to content

Commit

Permalink
build: new release of configupdater
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Feb 28, 2021
1 parent 2f6efd1 commit a05727e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 15 deletions.
46 changes: 35 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ sphinx_rtd_theme = {version = "*", optional = true}
pydantic = "*"
autorepr = "*"
loguru = "*"
# TODO: remove when this is fixed: https://github.com/pyscaffold/configupdater/issues/14
ConfigUpdater = { git = "https://github.com/pyscaffold/configupdater.git", branch = "multiline-comment" }
#ConfigUpdater = "*"
ConfigUpdater = "*"

[tool.poetry.extras]
lint = ["pylint"]
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def doc(c):
c.run("tox -e docs")


@task
@task(help={"full": "Full build using tox", "recreate": "Recreate tox environment"})
def ci_build(c, full=False, recreate=False):
"""Simulate a CI build."""
tox_cmd = "tox -r" if recreate else "tox"
Expand Down

0 comments on commit a05727e

Please sign in to comment.