File: tox.ini

package info (click to toggle)
python-zopfli 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 355; ansic: 316; makefile: 6
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