Skip to content

Commit 00461c5

Browse files
committed
Use unversioned environment by default
... so that we don't have to update it when minimum python version is bumped. CI uses explicit versions and does not use the default environments. Change-Id: I9c5c0cec632a4c0c46c25db04743ccd8328196ff
1 parent 544034c commit 00461c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Trove Client
22

33
[tox]
4-
envlist = py39,pep8
4+
envlist = py3,pep8
55
minversion = 3.18.0
66
skipsdist = True
77
ignore_basepython_conflict = True

0 commit comments

Comments
 (0)