mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-08 08:11:35 +00:00
15 lines
215 B
INI
15 lines
215 B
INI
[tox]
|
|
envlist = py38
|
|
skipsdist = True
|
|
skip_missing_interpreters=True
|
|
|
|
[testenv]
|
|
deps =
|
|
pipenv
|
|
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv run pipenv check
|
|
pipenv run black --diff --check .
|
|
pipenv run pylint .
|