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