From 4c0f511516632975b706f106cfe5cbb88a4e6061 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Mon, 2 Dec 2019 16:00:56 -0800 Subject: [PATCH] Add `py36` tox env for testing --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index de4f8f1b..a482e70f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,9 @@ # Reference: https://github.com/ethereum/ethereum-python-project-template/blob/master/tox.ini -# TODO: consider py36 and pypy3 support +# TODO: consider pypy3 support [tox] envlist = + py36-test py37-test py37-interop lint @@ -37,6 +38,7 @@ commands = basepython = docs: python py37: python3.7 + py36: python3.6 extras = test docs: doc