Skip to content

Commit 096cd36

Browse files
committed
ignore local env directory when testing
1 parent 95c6197 commit 096cd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ignore = E122,E123,E126,E127,E128,E731,E722
44
exclude = build,tranquilizer/_version.py,tests,conda.recipe,.git,versioneer.py,benchmarks,.asv
55

66
[tool:pytest]
7-
norecursedirs= .* *.egg* build dist conda.recipe
7+
norecursedirs= .* *.egg* build dist conda.recipe env
88
addopts =
99
--junitxml=junit.xml
1010
--ignore setup.py

0 commit comments

Comments
 (0)