File: tox.ini

package info (click to toggle)
subliminal 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,972 kB
  • sloc: python: 10,243; makefile: 166
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[tox]
envlist = {py38,py39,py310,py311,py312}-{native,lxml}

[testenv]
deps =
    lxml: lxml
commands = pytest