Skip to content

Commit 4d0be02

Browse files
committed
Fix default tox env
1 parent 1d03c87 commit 4d0be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
# Running plain tox will run the default environment (testenv) with the default
33
# python3 interpreter of the user.
4-
envlist=py3
4+
envlist=testenv
55
[testenv]
66
deps=pytest
77
coverage

0 commit comments

Comments
 (0)