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
|
# Reference: https://github.com/ethereum/ethereum-python-project-template/blob/master/tox.ini
|
||||||
|
|
||||||
# TODO: consider py36 and pypy3 support
|
# TODO: consider pypy3 support
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
|
py36-test
|
||||||
py37-test
|
py37-test
|
||||||
py37-interop
|
py37-interop
|
||||||
lint
|
lint
|
||||||
|
@ -37,6 +38,7 @@ commands =
|
||||||
basepython =
|
basepython =
|
||||||
docs: python
|
docs: python
|
||||||
py37: python3.7
|
py37: python3.7
|
||||||
|
py36: python3.6
|
||||||
extras =
|
extras =
|
||||||
test
|
test
|
||||||
docs: doc
|
docs: doc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user