travis try#1

pull/10/head
erogol 2020-07-28 15:46:27 +02:00
parent c5905cfa50
commit c5bda20990
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -13,7 +13,6 @@ Pillow
flask
tqdm
inflect
pysbd
bokeh==1.4.0
pysbd
soundfile

View File

@ -93,7 +93,6 @@ requirements = {
"inflect",
"pysbd",
"bokeh==1.4.0",
"pysbd",
"soundfile",
"phonemizer>=2.2.0",
"nose==1.3.7",