mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
ADO Pipeline to update a onefuzz instance with the latest release (#208)
This commit is contained in:
13
contrib/deploy-onefuzz-via-azure-devops/tox.ini
Normal file
13
contrib/deploy-onefuzz-via-azure-devops/tox.ini
Normal file
@ -0,0 +1,13 @@
|
||||
[tox]
|
||||
envlist = py38
|
||||
skip_missing_interpreters=True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
||||
deps =
|
||||
pipenv
|
||||
|
||||
commands =
|
||||
pipenv install --dev
|
||||
pipenv run pipenv check
|
Reference in New Issue
Block a user