1
Fork 0

Correct indentation

This commit is contained in:
Jake Howard 2018-03-27 13:32:14 +01:00
parent 7e84f101b3
commit 1885bf3993
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
working_directory: ~/tex-template
steps:
- checkout
- run:
name: Install Dependencies
command: sudo pip install flake8
- run:
name: Lint
command: flake8 build.py --ignore=E128,E501
build:
docker:
- image: circleci/python:3.6
working_directory: ~/tex-template
steps:
- checkout
- run:
name: Install Dependencies
command: sudo pip install flake8
- run:
name: Lint
command: flake8 build.py --ignore=E128,E501