File: tox.ini

package info (click to toggle)
python-zombie-imp 0.0.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 1,317; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
min_version = 4.0
env_list =
    py37
    py38
    py39
    py310
    py311
    py312
    py313
    py314

[testenv]
commands = python -m unittest discover -v test_zombie_imp/