web3-starter-py/small-projects/magic-pen/tox.ini
2022-03-23 18:41:46 +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/