Skip to content

Commit e472e03

Browse files
committed
Install virtualenv in "build" testenv
1 parent 2bbd80a commit e472e03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

domdf_python_tools/iterative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,3 @@ def __init_subclass__(cls, **kwargs):
483483
count.__qualname__ = count.__name__ = "count"
484484

485485
return count() # type: ignore
486-

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ commands = sphinx-build -M html . ./build {posargs}
3939
skip_install = True
4040
changedir = {toxinidir}
4141
deps =
42+
virtualenv
4243
git+https://github.com/domdfcoding/build@issue-250
4344
check-wheel-contents>=0.1.0
4445
twine>=3.2.0

0 commit comments

Comments
 (0)