Merge pull request #7249 from blueyed/ci-docs

Use "docs" extra on CircleCI
This commit is contained in:
Takeshi KOMIYA
2020-03-05 20:48:29 +09:00
committed by GitHub

View File

@@ -7,5 +7,5 @@ jobs:
steps:
- checkout
- run: /python3.6/bin/pip install -U pip setuptools
- run: /python3.6/bin/pip install -U .[test,websupport]
- run: /python3.6/bin/pip install -U .[test]
- run: make test PYTHON=/python3.6/bin/python