config fix

This commit is contained in:
Eren Gölge
2021-01-22 14:24:50 +01:00
parent 503ae3ee76
commit d6f6d24fa6
+2 -1
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: |