forked from makkus/sphinx_redactor_theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tox.ini
52 lines (38 loc) · 735 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[tox]
envlist = py27,p3,py35,py36
skip_missing_interpreters = True
[testenv]
basepython =
py27: python2.7
p3: python3
py35: python3.5
py36: python3.6
pypy: pypy
usedevelop = True
extras =
develop
test
commands =
sphinx-build -b html -d demo_docs/build/doctrees demo_docs/source demo_docs/build/html-{envname}
deps =
Sphinx
[testenv:coverage-report]
skip_install = true
deps =
coverage
setenv =
COVERAGE_FILE=.coverage
commands =
coverage erase
coverage combine
coverage html
coverage xml
coverage report
[testenv:release]
skip_install = true
basepython = python3
deps =
zest.releaser[recommended]
commands =
python -V
fullrelease --no-input -v