File: tox.ini

package info (click to toggle)
python-affine 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 698; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist =
    py37,py38,py39,py310,py311

[testenv]
usedevelop = true
deps =
    pytest-cov
    responses
commands =
    python -m pytest affine/tests --cov affine --cov-report term-missing