Skip to content

Commit 08cf496

Browse files
committed
Update tox configuration for tox4
1 parent 8cbfc62 commit 08cf496

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tox.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[tox]
2-
envlist = py37,py38,py39,py310,flake8,mypy
2+
envlist =
3+
py37
4+
py38
5+
py39
6+
py310
7+
flake8
8+
mypy
39
skip_missing_interpreters = True
4-
skipsdist=True
510

611
[testenv]
7-
usedevelop=True
812
deps =
913
pip>=20.2
1014
pytest>=6.0
1115
pytest-cov>=2.10
1216
commands =
1317
stagpy version
14-
pytest --cov=stagpy --cov-report term-missing {posargs}
18+
pytest --cov={envsitepackagesdir}/stagpy --cov-report term-missing {posargs}
1519
setenv = STAGPY_ISOLATED=True
1620

1721
[testenv:flake8]

0 commit comments

Comments
 (0)