CircleCI again

This commit is contained in:
rocky
2020-02-06 05:18:35 -05:00
parent 06b281d1d8
commit 321c7906cd

View File

@@ -12,9 +12,8 @@ jobs:
COMPILE: --compile
# To see the list of pre-built images that CircleCI provides for most common languages see
# https://circleci.com/docs/2.0/circleci-images/
machine:
python:
version: 3.6.9
docker:
- image circleci/python:3.6.9
steps:
# 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