Browse Source

Split pycodestyle install and run into separate commands

lon0
Bill Ladwig 6 years ago
parent
commit
4ee00a8ac7
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -13,9 +13,12 @@ jobs: @@ -13,9 +13,12 @@ jobs:
steps:
- checkout
- run:
name: run pycodestyle
name: install pycodestyle
command: |
sudo pip install pycodestyle
- run:
name: run pycodestyle
command: |
pycodestyle src test
build:

Loading…
Cancel
Save