Add py36
tox env for testing
This commit is contained in:
parent
63fd531ed0
commit
4c0f511516
4
tox.ini
4
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user