mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
9 lines
193 B
INI
9 lines
193 B
INI
[tox]
|
|
envlist = py37,py38,py39,py310,py311,py312,pypy3.8,pypy3.9,pypy3.10
|
|
|
|
[testenv]
|
|
commands =
|
|
{envbindir}/pip install -e .[dev,test]
|
|
{envbindir}/pylint guessit
|
|
{envbindir}/pytest
|