File: tox.ini

package info (click to toggle)
python-affine 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 698; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
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