Skip to content

Commit

Permalink
Merge pull request #39 from t-makaro/docbuild
Browse files Browse the repository at this point in the history
Change CircleCI doc build to use python 3.6
  • Loading branch information
t-makaro committed Mar 3, 2019
2 parents b7aa478 + 2b4a37f commit e6eb2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ tests-run: &test-run


jobs:
docs-python35:
docs-python36:
docker:
- image: circleci/python:3.5
- image: circleci/python:3.6
steps:
- checkout

Expand Down Expand Up @@ -74,5 +74,5 @@ workflows:
version: 2
build:
jobs:
- docs-python35
- docs-python36
- test-python36

0 comments on commit e6eb2f0

Please sign in to comment.