web3-starter-py/web2-projects/enconding-decimals/tox.ini
osiris account 314bdf533e 💾
2023-03-12 15:32:23 -07:00

12 lines
No EOL
140 B
INI

[tox]
envlist = py27
[testenv]
deps = pytest
commands =
pytest
[testenv:lint]
skip_install = true
deps = flake8
commands = flake8 src/