Browse Source

Fix formatting in CircleCI config.yml

lon0
Kevin Hallock 6 years ago
parent
commit
9e1b4c4f08
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -13,10 +13,10 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: run pycodestyle name: run pycodestyle
command: | command: |
- pip install pycodestyle - pip install pycodestyle
- pycodestyle src test - pycodestyle src test
build: build:
docker: docker:

Loading…
Cancel
Save