File: tox.ini

package info (click to toggle)
python-unicodedata2 15.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: ansic: 1,523; python: 1,237; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist = py{37,38,39,310,311,312}, pypy{37,38,39}
skip_missing_interpreters = true

[testenv]
deps = pytest
changedir = tests
commands = pytest {posargs}