mirror of https://github.com/coqui-ai/TTS.git
travis try#1
parent
c5905cfa50
commit
c5bda20990
|
@ -18,12 +18,14 @@ matrix:
|
||||||
- name: "Unit tests"
|
- name: "Unit tests"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py egg_info
|
||||||
|
- pip install -e .
|
||||||
env: TEST_SUITE="unittest"
|
env: TEST_SUITE="unittest"
|
||||||
- name: "Unit tests"
|
- name: "Unit tests"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py egg_info
|
||||||
|
- pip install -e .
|
||||||
env: TEST_SUITE="testscripts"
|
env: TEST_SUITE="testscripts"
|
||||||
|
|
||||||
script: ./.travis/script
|
script: ./.travis/script
|
||||||
|
|
|
@ -13,7 +13,6 @@ Pillow
|
||||||
flask
|
flask
|
||||||
tqdm
|
tqdm
|
||||||
inflect
|
inflect
|
||||||
pysbd
|
|
||||||
bokeh==1.4.0
|
bokeh==1.4.0
|
||||||
pysbd
|
pysbd
|
||||||
soundfile
|
soundfile
|
||||||
|
|
Loading…
Reference in New Issue