summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f44d718..e770bda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,14 @@ python:
- 3.5
- 3.6
- pypy
- - pypy3.5-5.8.0
+ - pypy3
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
- - pip install -U -e .[test]
+ - pip install -U -e .[test,docs]
script:
- coverage run -m zope.testrunner --test-path=src
+ - coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctest
after_success:
- coveralls
notifications: