Skip to content

Commit 16634e3

Browse files
committed
Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I8b07aa4d5ad6824b049144e87468fb941f57135f
1 parent 7123b76 commit 16634e3

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 = py39,py38,pep8
3+
envlist = py3,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
66

0 commit comments

Comments
 (0)