mirror of https://github.com/coqui-ai/TTS.git
circleCI update
This commit is contained in:
parent
5ee73c2bae
commit
1d3de15b16
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue