提交 e75ae2a3 编写于 作者: D Dan Bader

Add CI config

上级 3fe9067f
# RealPython Materials config file
version: 2
jobs:
build:
machine:
image: circleci/classic:latest
working_directory: ~/repo
steps:
- checkout
- run:
name: install dependencies
command: pip install flake8
- run:
name: flake8
command: flake8
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册