File: tox.ini

package info (click to toggle)
python-vertica 1.4.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 6,914; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py37,py38,py39,py310,py311,py312

[testenv]
passenv = *
commands =
    pytest {posargs}
deps =
    pytest
    pytest-timeout
    parameterized
    python-dateutil
    mock