web3-starter-py/art_and_logic/2-epen/tox.ini
2022-03-23 18:25:34 +04: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/