circleCI update

This commit is contained in:
Eren Gölge 2021-01-22 13:57:36 +01:00
parent 5ee73c2bae
commit 1d3de15b16
1 changed files with 3 additions and 7 deletions

View File

@ -27,13 +27,9 @@ jobs:
sudo apt update sudo apt update
sudo apt install espeak git sudo apt install espeak git
# so we can take advantage of pyproject.toml build-dependency support # so we can take advantage of pyproject.toml build-dependency support
- run: python3 -m pip install --upgrade pip - run: sudo pip install --upgrade pip
- run: python3 -m pip install numpy Cython - run: sudo pip install -e .
- run: | - run: sudo pip install --quiet --upgrade cardboardlint pylint
python3 setup.py egg_info
python3 -m pip install -e .
- run: |
python3 -m pip install --quiet --upgrade cardboardlint pylint
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
- run: nosetests tests --nocapture - run: nosetests tests --nocapture
- run: | - run: |