File: tox.ini

package info (click to toggle)
python-geojson 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: python: 1,081; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
requires =
    tox>=4.2
env_list =
    py{py3, 313, 312, 311, 310, 39, 38, 37}

[testenv]
deps =
    pytest
    pytest-cov
pass_env =
    FORCE_COLOR
commands =
    {envpython} -m pytest --cov geojson --cov tests --cov-report xml {posargs}