File: tox.ini

package info (click to toggle)
stac-validator 3.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,280 kB
  • sloc: python: 3,429; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py38,py39,py310,py311,py312,py313

[testenv]
deps = 
    pytest
    requests-mock
commands = pytest
extras = pydantic