From b68df98f0b9ef44a0845240ee11cc7b9753d23e6 Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 14:56:04 +0800 Subject: [PATCH] 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: I0f49ea6e39345ce0c6cad3e38ebe9cbad45a10bf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f9860c..40234d1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 distribute = False -envlist = py36,pep8 +envlist = py3,pep8 [testenv] basepython = python3