commit 7dcf6d010ec1eb31d42f05abf8119020c2d3ee49 parent f013b475d504d7ff8d98f5f6cb134dac1c155092 Author: Daniel Moch <daniel@danielmoch.com> Date: Mon, 18 Nov 2019 05:21:50 -0500 Tox: Add py38 testing Diffstat:
M | tox.ini | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34, py35, py36, py37, pylint, coverage +envlist = py34, py35, py36, py37, py38, pylint, coverage skipsdist = True [testenv:pylint]