Skip to content

Commit

Permalink
check docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Dec 11, 2020
1 parent 56c0bd7 commit 8d91f61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ common: &common
requires:
- python/pip-run-tests

- python/pip-docs:
name: docs
requires:
- coverage

- python/pip-setuptools-build-package:
name: package
requires:
- coverage
- docs
filters:
branches:
only: master
Expand Down

0 comments on commit 8d91f61

Please sign in to comment.