Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Debug Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
gusutabopb committed Jul 22, 2018
1 parent 1de374c commit f23b8b9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
build-3.6:
<<: *build
docker:
- image: circleci/python::3.6.6
- image: circleci/python:3.6.6
test-3.6:
<<: *test
docker:
- image: circleci/python::3.6.6
- image: circleci/python:3.6.6
- image: influxdb:latest
workflows:
version: 2
Expand All @@ -47,3 +47,9 @@ workflows:
- test:
requires:
- build
build_and_test-3.6:
jobs:
- build-3.6
- test-3.6:
requires:
- build-3.6

0 comments on commit f23b8b9

Please sign in to comment.