CircleCI try 2

This commit is contained in:
rocky
2020-02-09 10:01:54 -05:00
parent bac3fea8cd
commit 25b7752915

View File

@@ -16,7 +16,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/jessie - image: circleci/python:2-jessie
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