Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 514a34d

Browse files
committed
Fix travis
1 parent 868f146 commit 514a34d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ before_install:
1010
- sudo apt-get update -qq
1111
- sudo apt-get install -qq build-essential swig
1212
install:
13-
- pip install .
13+
- pip install -v .
1414
script:
1515
- cd pocketsphinx/swig/python/test
16+
- sed -i 's/sphinxbase.sphinxbase/sphinxbase/g; s/pocketsphinx.pocketsphinx/pocketsphinx/g' *
1617
- python ./config_test.py
1718
- python ./decoder_test.py
1819
- python ./fsg_test.py

0 commit comments

Comments
 (0)