1version: 2
2python:
3  version: 3.7
4  install:
5    - method: pip
6      path: .
7      extra_requirements:
8        - docs
9