web3-starter-py/web2_projects/magic-pen/tox.ini
osiris account 69bb4175f1 💾
2023-03-12 15:29:57 -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/