Adam ba9d6acbe2
Unpin pipenv version (#2659)
* updated contrib/deploy-onefuzz-via-azure-devops/tox.ini
* updated .github/workflows/ci.yml
2022-11-29 12:51:46 -08:00

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 .