File: tox.ini

package info (click to toggle)
pathlib-abc 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: python: 2,634; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
isolated_build = True
envlist = py{37,38,39,310,311,312,313},sphinx

[testenv]
pass_env =
    FORCE_COLOR
    NO_COLOR
set_env =
    PYTHONWARNDEFAULTENCODING = 1
deps = pytest
commands = pytest tests

[testenv:sphinx]
usedevelop = True
deps = -rdocs/requirements.txt
commands = sphinx-build -n -W --keep-going -b html docs docs/_build/html