Skip to content

Commit 6000028

Browse files
Updated files with 'repo_helper'. (#37)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 699ff52 commit 6000028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
[tox]
1616
envlist = py36, py37, py38, py39, py310-dev, pypy3, mypy, build
1717
skip_missing_interpreters = True
18+
isolated_build = True
1819
requires =
1920
pip>=20.3.3
2021
tox-envlist>=0.1.0
21-
isolated_build = True
22+
tox-pip-version==0.0.7
2223

2324
[envlists]
2425
test = py36, py37, py38, py39, py310-dev, pypy3
@@ -28,11 +29,10 @@ cov = py36, coverage
2829
[testenv:docs]
2930
setenv = SHOW_TODOS = 1
3031
basepython = python3.8
32+
pip_version = pip>=21
3133
changedir = {toxinidir}/doc-source
3234
extras = all
33-
deps =
34-
-r{toxinidir}/requirements.txt
35-
-r{toxinidir}/doc-source/requirements.txt
35+
deps = -r{toxinidir}/doc-source/requirements.txt
3636
commands = sphinx-build -M html . ./build {posargs}
3737

3838
[testenv:build]

0 commit comments

Comments
 (0)