diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:43:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 16:43:15 -0400 |
commit | 0e190508a867588b74ffc720f46e149ba197170c (patch) | |
tree | 907882aecc017d26f925f70d003371124a507d0f | |
parent | 52c394c1e87b863aec92949e4b494ab01a7cd234 (diff) | |
parent | 7306811598b51bfe726850ce4b061a6e389d5b80 (diff) | |
download | external_python_setuptools-0e190508a867588b74ffc720f46e149ba197170c.tar.gz external_python_setuptools-0e190508a867588b74ffc720f46e149ba197170c.tar.bz2 external_python_setuptools-0e190508a867588b74ffc720f46e149ba197170c.zip |
Merge pull request #1802 from pganssle/docs_ci
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 3e97f353..25cfb6e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ jobs: allow_failures: # suppress failures due to pypa/setuptools#2000 - python: pypy3 + - <<: *latest_py3 + env: TOXENV=docs DISABLE_COVERAGE=1 cache: pip |