File: tox.ini

package info (click to toggle)
paperwork 2.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,664 kB
  • sloc: python: 44,775; makefile: 992; sh: 625; xml: 135
file content (17 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist=py3

[testenv]
deps=
    pytest
    setuptools >= 9.0.1
commands=pytest {posargs}

[flake8]
exclude =
    .tox,
    build,
    dist,
    venv*,
    *.egg*,
    .git,