File: tox.ini

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

[testenv]
extras = tests
whitelist_externals =
    black
    pytest
commands =
    black --diff .
    pytest --cov --cov-report=html --cov-fail-under=100