Skip to content

Commit

Permalink
updated the CircleCI config file to use machine instead of Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Jan 31, 2020
1 parent 5b4b7bd commit 359cfb8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
# ------ NON-WORKFLOW VERSION ------
jobs:
build:
docker:
# specify the version you desire here
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: circleci/python:3-stretch
# - image: circleci/python:3.7
machine:
- image: ubuntu-1604:201903-01
# docker:
# # specify the version you desire here
# # CircleCI maintains a library of pre-built images
# # documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/python:3.7

working_directory: ~/repo

Expand Down

0 comments on commit 359cfb8

Please sign in to comment.