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:
steps: steps:
- checkout - checkout
- run: - run:
name: run pycodestyle name: install pycodestyle
command: | command: |
sudo pip install pycodestyle sudo pip install pycodestyle
- run:
name: run pycodestyle
command: |
pycodestyle src test pycodestyle src test
build: build:

Loading…
Cancel
Save