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: @@ -13,10 +13,10 @@ jobs:
steps:
- checkout
- run:
name: run pycodestyle
command: |
- pip install pycodestyle
- pycodestyle src test
name: run pycodestyle
command: |
- pip install pycodestyle
- pycodestyle src test
build:
docker:

Loading…
Cancel
Save