summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-13 11:33:27 +0200
committerIlya Etingof <etingof@gmail.com>2019-07-13 11:33:27 +0200
commit2d32a37914c479d24b08fd9ba2e2ece43bde8cd1 (patch)
tree04c826c6cf7302aa3b2f2402a128ff4fa8ff41c4
parente1500c60c0a15a641d5ee834f792fd0f2167c8b8 (diff)
downloadpyasn1-git-2d32a37914c479d24b08fd9ba2e2ece43bde8cd1.tar.gz
Enable docs build in Travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ca7b33..0b7ad76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ install:
- pip install -e .
script:
- PYTHONPATH=.:$PYTHONPATH python tests/__main__.py
+ - make -C docs html
after_success:
- PYTHONPATH=.:$PYTHONPATH coverage run --omit=*test* tests/__main__.py
- codecov