Skip to content

Commit 8d91f61

Browse files
committed
check docs
1 parent 56c0bd7 commit 8d91f61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ common: &common
5454
requires:
5555
- python/pip-run-tests
5656

57+
- python/pip-docs:
58+
name: docs
59+
requires:
60+
- coverage
61+
5762
- python/pip-setuptools-build-package:
5863
name: package
5964
requires:
60-
- coverage
65+
- docs
6166
filters:
6267
branches:
6368
only: master

0 commit comments

Comments
 (0)