Skip to content

Commit e62abed

Browse files
authored
Revert "Remove env, missed in #173" (#175)
Reverts #174
1 parent a2d0373 commit e62abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ legacy_tox_ini = """
164164
macos-latest: macos
165165
windows-latest: windows
166166
"""
167-
testenv = {commands = [
167+
env.testenv = {commands = [
168168
"pytest --cov --cov-report=lcov",
169169
], deps = [
170170
"pytest-cov",

0 commit comments

Comments
 (0)