File: tox.ini

package info (click to toggle)
python-zopfli 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ansic: 379; python: 355; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[tox]
envlist = py3{8,9,10,11,12}

[testenv]
extras = test
download = true
commands =
    pytest {posargs:tests} -v