File: tox.ini

package info (click to toggle)
python-docx 1.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,240 kB
  • sloc: xml: 25,323; python: 23,414; makefile: 175
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py39, py310, py311, py312, py313

[testenv]
deps = -rrequirements-test.txt

commands =
    py.test -qx
    behave --format progress --stop --tags=-wip