Skip to content

Commit ddaa2e1

Browse files
committed
Updated files with git_helper.
1 parent aa98abc commit ddaa2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ basepython = python3.6
112112

113113
ignore_errors=true
114114
changedir={toxinidir}
115-
deps = git+https://github.com/domdfcoding/pyupgrade-directories.git
115+
deps = pyupgrade-directories
116116
commands = pyup_dirs domdf_python_tools tests --py36-plus --recursive
117117

118118

@@ -122,7 +122,7 @@ skip_install = True
122122
ignore_errors=true
123123
whitelist_externals=tox
124124
changedir={toxinidir}
125-
commands = tox -e pyup,isort,yapf,mypy,lint
125+
commands = tox -e pyup,isort,yapf,mypy,lint {posargs}
126126

127127

128128
[flake8]

0 commit comments

Comments
 (0)