Skip to content

Commit 1d92a05

Browse files
committed
Update default envlist
Python 3.8 support was already removed so it should no longer be in the default envlist. Also use unversioned target instead of versioned ones so that we don't have to update the envlist when supported python versions are updated. Change-Id: I72f559b1e58ab3009585b2e03898d5fc1cf49e09
1 parent 3549fa9 commit 1d92a05

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,6 +1,6 @@
11
[tox]
22
minversion = 3.18.0
3-
envlist = docs,py38,pep8
3+
envlist = docs,py3,pep8
44
skipsdist = False
55
ignore_basepython_conflict = True
66

0 commit comments

Comments
 (0)