Codebase list ssh-import-id / 050f19e6-8858-4241-ba8b-f8b8f0651a29/main tox.ini
050f19e6-8858-4241-ba8b-f8b8f0651a29/main

Tree @050f19e6-8858-4241-ba8b-f8b8f0651a29/main (Download .tar.gz)

tox.ini @050f19e6-8858-4241-ba8b-f8b8f0651a29/mainraw · history · blame

[tox]
envlist = pycodestyle, pylint
recreate = True

[testenv:pycodestyle]
basepython = python3
deps =
    pycodestyle==2.4.0
commands = {envpython} -m pycodestyle {posargs:ssh_import_id/}

[testenv:pylint]
basepython = python3
deps =
    pylint==1.8.1
commands = {envpython} -m pylint --output-format=parseable \
   {posargs:ssh_import_id/}