diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0865b77..85e1402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: env: TOXENV=py2-cover,py3-cover,coverage - python: 3.5 env: TOXENV=docs + - python: 3.5 + env: TOXENV=docs-epub install: - travis_retry pip install tox |