Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jan 22, 2021
1 parent 503ae3e commit d6f6d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
# so we can take advantage of pyproject.toml build-dependency support
- run: sudo pip install --upgrade pip
- run: sudo pip install -e .
- run: sudo pip install --quiet --upgrade cardboardlint pylint
- run: |
sudo pip install --quiet --upgrade cardboardlint pylint
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
- run: nosetests tests --nocapture
- run: |
Expand Down

0 comments on commit d6f6d24

Please sign in to comment.