Revert "Only check docs on Travis"

This reverts commit fbb14f67a3.
This commit is contained in:
Hugo 2020-04-03 18:07:09 +03:00
parent fb41422a3e
commit f3d9377238

View File

@ -95,6 +95,12 @@ jobs:
name: errors
path: Tests/errors
- name: Docs
if: matrix.python-version == 3.8
run: |
pip install sphinx-rtd-theme
make doccheck
- name: After success
if: success()
run: |