File: tox.ini

package info (click to toggle)
linkify-it-py 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 216 kB
  • sloc: python: 2,268; sh: 8; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
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}