CircleCI again

This commit is contained in:
rocky
2020-02-06 05:20:02 -05:00
parent 321c7906cd
commit f743639bb6

View File

@@ -13,7 +13,7 @@ jobs:
# To see the list of pre-built images that CircleCI provides for most common languages see # To see the list of pre-built images that CircleCI provides for most common languages see
# https://circleci.com/docs/2.0/circleci-images/ # https://circleci.com/docs/2.0/circleci-images/
docker: docker:
- image circleci/python:3.6.9 - image: circleci/python:3.6.9
steps: steps:
# Machine Setup # Machine Setup
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each # If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each