mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-04 18:45:22 +00:00

Review dog is an incredible project that makes linting and formatting review a breeze by commenting inline what is wrong in a pull request. This makes the review process easier for the maintainer and also provides a clearer feedback to the contributor
9 lines
196 B
INI
9 lines
196 B
INI
[tox]
|
|
envlist = py36, py37, py38, py39, pypy3, flake8
|
|
|
|
[testenv]
|
|
setenv =
|
|
PYTHONPATH = {toxinidir}:{toxinidir}/pipreqs
|
|
commands = python setup.py test
|
|
deps =
|
|
-r{toxinidir}/requirements.txt |