lbry-rocksdb/tox.ini
Jack Robison cd327c06d9
docs
2022-01-17 18:37:23 -05:00

20 lines
288 B
INI

[tox]
envlist = py37,py38,py39
minversion = 3.7
skipsdist = True
[testenv]
skip_install = True
deps =
-e
.[test]
commands = pytest {posargs:rocksdb/tests}
[testenv:docs]
deps = .[doc]
commands = python setup.py build_sphinx -W
[pytest]
addopts = --verbose
norecursedirs = .tox