diff options
| author | Paul Ganssle <paul@ganssle.io> | 2019-07-22 17:52:55 -0400 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2019-07-22 17:52:55 -0400 |
| commit | 8f1f09b7f93f2fa86bafcd6502ec51d4680b4499 (patch) | |
| tree | f883f5f18f878e7e36bcbf1b94cf6e397bb3d98b | |
| parent | 67344c95b9402b4720d3c9e61d01096a6453efa6 (diff) | |
| download | external_python_setuptools-8f1f09b7f93f2fa86bafcd6502ec51d4680b4499.tar.gz external_python_setuptools-8f1f09b7f93f2fa86bafcd6502ec51d4680b4499.tar.bz2 external_python_setuptools-8f1f09b7f93f2fa86bafcd6502ec51d4680b4499.zip | |
Run docs build as part of CI
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ffcad998..074e86e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ jobs: - <<: *latest_py3 env: LANG=C - python: 3.8-dev + - <<: *latest_py3 + env: TOXENV=docs DISABLE_COVERAGE=1 - <<: *default_py stage: deploy (to PyPI for tagged commits) if: tag IS present |
