File: tox.ini

package info (click to toggle)
python-requirements-detector 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,096; makefile: 13; sh: 1
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py37,py38,py39,py310,py311
isolated_build = true
skip_missing_interpreters = true

[testenv]
deps=pytest
commands=
    pytest -s
    detect-requirements