Skip to content

Commit

Permalink
Added environment argument to Shell methods (fixes #81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Oct 11, 2021
1 parent c3f159e commit d26bd88
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 99 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v0.5.7 (XXXX-XX-XX)
-------------------

* relaxed attrs requirement to any version since 19.2.0
* added environment argument to Shell methods (#81)


v0.5.6 (2020-11-23)
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
dockerblade = {path = ".", editable = true}
mypy = "*"
tox-pipenv = "*"

[requires]
python_version = "3.9"
Expand Down
121 changes: 112 additions & 9 deletions Pipfile.lock

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

14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[tox]
[tox:tox]
envlist = py36, py37, py38, py39

[testenv]
deps =
flake8==3.8.2
pep8-naming==0.10.0
mypy==0.770
pytest==5.4.2
pytest-cov==2.10.0
#deps =
# flake8==3.8.2
# pep8-naming==0.10.0
# mypy==0.770
# pytest==5.4.2
# pytest-cov==2.10.0
commands =
mypy src
flake8 src
Expand Down
Loading

0 comments on commit d26bd88

Please sign in to comment.