2021-05-03 11:47:30 -04:00

16 lines
242 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
pipenv run black --diff --check .
pipenv run pylint .