srcmake / circleci-demo

A simple project that shows how to make a CircleCI Config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI Tutorial

This repo corresponds to the tutorial I made for CircleCI. The tutorial can be found on my blogpost here.

There are two Python files, one contains a function, and one contains a test.

More importantly, there's a config.yml file in the .circleci folder that will specify the jobs to be run on CircleCI any time the codebase changes.

About

A simple project that shows how to make a CircleCI Config.

License:MIT License


Languages

Language:Python 100.0%