mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-08 00:01:35 +00:00
14 lines
159 B
INI
14 lines
159 B
INI
[tox]
|
|
envlist = py38
|
|
skip_missing_interpreters=True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
|
|
deps =
|
|
pipenv
|
|
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv run pipenv check
|