config fix

pull/10/head
Eren Gölge 2021-01-22 14:24:50 +01:00
parent 503ae3ee76
commit d6f6d24fa6
1 changed files with 2 additions and 1 deletions

View File

@ -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: |