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

Commit a7983bb

Browse files
committed
Fix travis
1 parent 514a34d commit a7983bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ before_install:
1010
- sudo apt-get update -qq
1111
- sudo apt-get install -qq build-essential swig
1212
install:
13-
- pip install -v .
13+
- python setup.py bdist_wheel build
14+
- python setup.py bdist_wheel build
15+
- pip install ./dist/pocketsphinx-*.whl
1416
script:
1517
- cd pocketsphinx/swig/python/test
16-
- sed -i 's/sphinxbase.sphinxbase/sphinxbase/g; s/pocketsphinx.pocketsphinx/pocketsphinx/g' *
1718
- python ./config_test.py
1819
- python ./decoder_test.py
1920
- python ./fsg_test.py

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ recursive-include sphinxbase/include *.h
44
recursive-include sphinxbase/src *.c
55
recursive-include sphinxbase/src *.h
66
recursive-include sphinxbase/swig *.i
7-
prune sphinxbase/include/s60
87
prune sphinxbase/include/wince
98
prune sphinxbase/include/android
109
prune sphinxbase/src/sphinx_adtools

0 commit comments

Comments
 (0)