File: tox.ini

package info (click to toggle)
linkify-it-py 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: python: 2,268; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = {py37, py38, py39, py310, py311}

[testenv]
deps =
    pytest
    uc-micro-py
usedevelop = true

[testenv:py{37,38, 39, 310, 311}]
extras = testing
commands = pytest {posargs}