mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-18 06:30:23 -04:00
12 lines
No EOL
140 B
INI
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/ |