File: tox.ini

package info (click to toggle)
python-rfc3161ng 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 597; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py38

[gh-actions]
python =
    3.8: py38

[testenv]
setenv =
deps =
    flake8
    pytest-cov
    pytest
commands =
    flake8 rfc3161ng tests
    pip install -e .
    py.test -ra -v {posargs:tests/}