We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b326b commit f26fde6Copy full SHA for f26fde6
.travis.yml
@@ -16,6 +16,9 @@ matrix:
16
- os: linux
17
python: 3.7-dev
18
env: TOXENV=py37
19
+ - os: linux
20
+ python: 3.5
21
+ env: TOXENV=docs
22
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow
23
# - os: linux
24
# python: pypy3
tox.ini
@@ -10,12 +10,12 @@ setenv =
10
PYTHONPATH={toxinidir}
11
12
[testenv:docs]
13
-basepython = python3.7
+basepython = python3.5
14
deps =
15
sphinx
sphinx-rtd-theme
changedir = docs
-commands = sphinx-build -a -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
+commands = sphinx-build -a -W -T -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:py34]
0 commit comments