2022-11-01 17:48:34 -07:00

16 lines
285 B
INI

[tox]
envlist = py38
skipsdist = True
skip_missing_interpreters=True
[testenv]
deps =
pipenv
commands =
python -m pip install --upgrade pip
pipenv install --dev
# pipenv check # temporary, see microsoft/onefuzz#2593
pipenv run black --diff --check .
pipenv run pylint .