File: tox.ini

package info (click to toggle)
python-dib-utils 0.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 144 kB
  • sloc: sh: 196; makefile: 12; python: 4
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
minversion = 1.6
skipsdist = True

[testenv:venv]
commands = {posargs}

[testenv:func]
changedir={toxinidir}/tests
envdir = {toxworkdir}/venv
commands = ./run_tests.sh {posargs}