diff options
| author | A_Rog <adam.thomas.rogerson@gmail.com> | 2019-08-14 00:40:12 +0100 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-08-13 23:40:12 +0000 |
| commit | 05f42a2c14275937250c99478c94b20171d14aeb (patch) | |
| tree | c853b2db3b326f361734c3dda8b1275d1ca3561e /.travis.yml | |
| parent | e40a6035d9e688d5a34077132b49c48dc74932f4 (diff) | |
| download | external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.tar.gz external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.tar.bz2 external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.zip | |
Fixed html sidebars to supported version in Sphinx (#1804)
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 64d0544c..8441261d 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 |
