Skip to content

Commit e76e89f

Browse files
committed
added pip version in spnix
1 parent ecec483 commit e76e89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ changedir = doc
116116
# pip install requirements.txt is separate as RTD does it in separate steps
117117
# having the requirements.txt installed in deps above results in Double Requirement exception
118118
# https://github.com/pypa/pip/issues/988
119-
pip==20.2
119+
deps =
120+
pip==20.2
120121
commands =
121122
pip install --exists-action=w -r requirements.txt
122123
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html

0 commit comments

Comments
 (0)