Skip to content

Commit 67fae0f

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: I98097f7e5afe4dd1a69a9e661ccc5353dbd5e29c
1 parent 73668be commit 67fae0f

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

0 commit comments

Comments
 (0)