File: tox.ini

package info (click to toggle)
python-fqdn 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 389; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
;envlist = py39,py37,py27

[testenv]
changedir = tests
deps =
  pytest
  pytest-cov
commands =
  pytest --cov=./