add doctest run to circle-ci
This commit is contained in:
parent
60b026e3ed
commit
58902032c7
|
@ -24,6 +24,12 @@ common: &common
|
||||||
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
|
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
doctest:
|
||||||
|
<<: *common
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.5
|
||||||
|
environment:
|
||||||
|
TOXENV: doctest
|
||||||
lint:
|
lint:
|
||||||
<<: *common
|
<<: *common
|
||||||
docker:
|
docker:
|
||||||
|
@ -46,6 +52,7 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
|
- doctest
|
||||||
- lint
|
- lint
|
||||||
- py35-core
|
- py35-core
|
||||||
- py36-core
|
- py36-core
|
||||||
|
|
Loading…
Reference in New Issue
Block a user