Skip to content

Commit c7918f1

Browse files
author
python-desert
authored
Run doctests in ci
2 parents 71f5419 + f67ff72 commit c7918f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
dist: xenial
1818
sudo: required
1919
env:
20-
- TOXENV=py37,report,codecov
20+
- TOXENV=py37,report,codecov,doc
2121
before_install:
2222
- python --version
2323
- uname -a

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deps =
6060
pyenchant
6161

6262
[testenv:doc]
63-
basepython=python3.6
63+
basepython=python3.7
6464
deps =
6565
-r{toxinidir}/docs/requirements.txt
6666

0 commit comments

Comments
 (0)