Skip to content

Commit dc25104

Browse files
committed
Don't need test:
1 parent 3103f9f commit dc25104

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ deps =
6060
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.4
6161

6262
setenv =
63-
test: HYPOTHESIS_STORAGE_DIRECTORY={toxworkdir}/hypothesis
6463
{[default]setenv}
6564

66-
test: COVERAGE_FILE={toxworkdir}/coverage.{envname}
65+
COVERAGE_FILE={toxworkdir}/coverage.{envname}
66+
HYPOTHESIS_STORAGE_DIRECTORY={toxworkdir}/hypothesis
6767

6868
passenv = CI
6969

7070
commands =
71-
test: pytest --cov={env:PY_MODULE} --cov-report=term-missing:skip-covered --doctest-modules {posargs:src/{env:PY_MODULE}}
71+
pytest --cov={env:PY_MODULE} --cov-report=term-missing:skip-covered --doctest-modules {posargs:src/{env:PY_MODULE}}
7272

7373

7474
##

0 commit comments

Comments
 (0)