Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Dec 18, 2018
1 parent f470ffb commit 0a9705a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ addons:

install:
- pip install --upgrade pip
- pip install joblib pytest segments
- python setup.py build
- python setup.py install
- pip install .[test]

script:
- echo "This is a test." | festival --tts
- festival --version
- espeak --version
- python -c 'import segments; print("segments-{}".format(segments.__version__))'
- phonemize --version
- pytest ./test -v

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

# python package dependancies
install_requires=['joblib', 'segments'],
extras_require={'test': ['pytest']},

# include any files in phonemizer/share
package_data={'phonemizer': ['share/*']},
Expand Down

0 comments on commit 0a9705a

Please sign in to comment.