Skip to content

Commit f8106b3

Browse files
akbakb
authored andcommitted
Update for tox
1 parent a11b1e6 commit f8106b3

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx>=1.3
22
sphinx-rtd-theme
3+
sphinx-autodoc-typehints
34
-e .

tox.ini

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@ envlist =
55
clean,
66
check,
77
docs,
8-
{py27,py34,py35,py36,py37,pypy,pypy3},
98
report
109

1110
[testenv]
12-
basepython =
13-
pypy: {env:TOXPYTHON:pypy}
14-
pypy3: {env:TOXPYTHON:pypy3}
15-
{py27,docs,spell}: {env:TOXPYTHON:python2.7}
16-
py34: {env:TOXPYTHON:python3.4}
17-
py35: {env:TOXPYTHON:python3.5}
18-
py36: {env:TOXPYTHON:python3.6}
19-
py37: {env:TOXPYTHON:python3.7}
20-
{bootstrap,clean,check,report}: {env:TOXPYTHON:python3}
11+
basepython = python3.7
12+
2113
setenv =
2214
PYTHONPATH={toxinidir}/tests
2315
PYTHONUNBUFFERED=yes
@@ -60,7 +52,7 @@ deps =
6052
sphinxcontrib-spelling
6153
pyenchant
6254

63-
[testenv:docs]
55+
[testenv:doc]
6456
deps =
6557
-r{toxinidir}/docs/requirements.txt
6658
commands =

0 commit comments

Comments
 (0)