File: tox.ini

package info (click to toggle)
imap-tools 1.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,624 kB
  • sloc: python: 4,709; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist=
  py3.8,py3.9,py3.10,py3.11,py3.12,py3.13

[testenv]
commands=
  python -m unittest discover -s {toxinidir}/tests -t {toxinidir}/tests
;  python -m unittest tests.test_query -v