File: tox.ini

package info (click to toggle)
wand 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,192 kB
  • sloc: python: 13,967; makefile: 126; sh: 5
file content (13 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27, py38

[testenv]
deps =
    pytest
    pytest-xdist
    pytest-cov
    memory_profiler
    psutil
commands =
    pytest {posargs:--durations=5 --boxed}