Files
ethereum-etl/tox.ini
DB 64d16f581b upgraded web3,py and eth-abi
removed python 3.6
2022-04-17 22:02:48 -04:00

17 lines
235 B
INI

[tox]
envlist=
py{37,38,39}
[testenv]
usedevelop=True
setenv=
ETHEREUM_ETL_RUN_SLOW_TESTS=False
commands=
pytest {posargs}
deps=
.[dev,streaming]
basepython=
py37: python3.7
py38: python3.8
py39: python3.9