Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 471fe7d

Browse files
committed
restore testenv:venv section. to be able to set the dev environment as described in the CONTRIBUTING.md
1 parent e10b818 commit 471fe7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tox]
2+
project = pre_commit
23
envlist = py27,py36,py37,pypy,pypy3,pre-commit
34

45
[testenv]
@@ -10,6 +11,10 @@ commands =
1011
coverage report --fail-under 100
1112
pre-commit install
1213

14+
[testenv:venv]
15+
envdir = venv-{[tox]project}
16+
commands =
17+
1318
[testenv:pre-commit]
1419
skip_install = true
1520
deps = pre-commit

0 commit comments

Comments
 (0)