File: tox.ini

package info (click to toggle)
ssh-import-id 5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 284 kB
  • sloc: python: 310; sh: 140; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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/}