File: tox.ini

package info (click to toggle)
sphinx-pytest 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: python: 173; sh: 17; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# To use tox, see https://tox.readthedocs.io

[tox]
envlist = py38

[testenv]
usedevelop = true

[testenv:py{37,38,39,310}]
commands = pytest {posargs}

[flake8]
max-line-length = 100
extend-ignore = E203