File: tox.ini

package info (click to toggle)
python-meshplex 0.17.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: python: 3,626; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py3
isolated_build = True

[testenv]
deps =
    meshzoo >= 0.9.0
    pytest
    pytest-cov
    pytest-codeblocks
    pytest-randomly
extras = all
commands =
    pytest {posargs} --codeblocks