Skip to content

Commit 05e0616

Browse files
authored
Remove env, missed in #173
1 parent b6f3b8b commit 05e0616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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-
env.testenv = {commands = [
167+
testenv = {commands = [
168168
"pytest --cov --cov-report=lcov",
169169
], deps = [
170170
"pytest-cov",

0 commit comments

Comments
 (0)