File: tox.ini

package info (click to toggle)
python-rocksdb 0.8.0~rc3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: python: 798; cpp: 408; makefile: 158
file content (19 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = py35,py36,py37,py38,py39
minversion = 2.0
skipsdist = True

[testenv]
#skip_install = True
#deps =
#    -e
#    .[test]
commands = pytest-3 {posargs:rocksdb/tests}

[testenv:docs]
deps = .[doc]
commands = python3 setup.py build_sphinx -W

[pytest]
addopts = --verbose
norecursedirs = .tox