mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-07 07:41:35 +00:00
* updated contrib/deploy-onefuzz-via-azure-devops/tox.ini * updated .github/workflows/ci.yml
18 lines
283 B
INI
18 lines
283 B
INI
[tox]
|
|
envlist = py38
|
|
skipsdist = True
|
|
skip_missing_interpreters=True
|
|
|
|
[testenv]
|
|
deps =
|
|
pipenv
|
|
|
|
commands =
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade wheel
|
|
pipenv install --dev
|
|
pipenv check
|
|
|
|
pipenv run black --diff --check .
|
|
pipenv run pylint .
|