From 9d708e6c902171615032b65c63f08432698a6a7b Mon Sep 17 00:00:00 2001 From: zhangboye Date: Tue, 20 Apr 2021 13:59:11 +0800 Subject: 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: I8225f85caa5db84d10eef91a7948306d98ba8962 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 67ceb72..4d84089 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pypy,pep8 +envlist = py3,pypy,pep8 minversion = 1.6 [testenv] -- cgit v1.2.1