diff --git a/README.rst b/README.rst index f4f1f2ca..33ac73b6 100644 --- a/README.rst +++ b/README.rst @@ -288,10 +288,10 @@ Testing is also done automatically by TravisCI, upon every push. To set up the e sudo docker run --volume "$(pwd):/speech_recognition" --interactive --tty quay.io/travisci/travis-python:latest /bin/bash su - travis && cd /speech_recognition sudo apt-get update && sudo apt-get install swig libpulse-dev - pip install --user pocketsphinx monotonic && pip install --user flake8 rstcheck && sudo pip install --user -e . + pip install --user pocketsphinx monotonic && pip install --user flake8 rstcheck && pip install --user -e . python -m unittest discover --verbose # run unit tests - flake8 --ignore=E501,E701 speech_recognition tests examples setup.py # ignore errors for long lines and multi-statement lines - rstcheck README.rst reference/*.rst # ensure RST is well-formed + python -m flake8 --ignore=E501,E701 speech_recognition tests examples setup.py # ignore errors for long lines and multi-statement lines + python -m rstcheck README.rst reference/*.rst # ensure RST is well-formed FLAC Executables ~~~~~~~~~~~~~~~~ diff --git a/speech_recognition/__init__.py b/speech_recognition/__init__.py index 50abc3df..6a7df69b 100644 --- a/speech_recognition/__init__.py +++ b/speech_recognition/__init__.py @@ -22,7 +22,7 @@ import uuid __author__ = "Anthony Zhang (Uberi)" -__version__ = "3.7.0" +__version__ = "3.7.1" __license__ = "BSD" try: # attempt to use the Python 2 modules diff --git a/third-party/irstlm-master.zip b/third-party/irstlm-master.zip index 5d54b3b0..c1f92640 100644 Binary files a/third-party/irstlm-master.zip and b/third-party/irstlm-master.zip differ diff --git a/third-party/pocketsphinx-0.0.9-cp27-none-win_amd64.whl b/third-party/pocketsphinx-0.0.9-cp27-none-win_amd64.whl deleted file mode 100644 index 2045d8e9..00000000 Binary files a/third-party/pocketsphinx-0.0.9-cp27-none-win_amd64.whl and /dev/null differ diff --git a/third-party/pocketsphinx-0.0.9-cp34-none-win_amd64.whl b/third-party/pocketsphinx-0.0.9-cp34-none-win_amd64.whl deleted file mode 100644 index 0465057e..00000000 Binary files a/third-party/pocketsphinx-0.0.9-cp34-none-win_amd64.whl and /dev/null differ diff --git a/third-party/pocketsphinx-0.0.9-cp35-none-win_amd64.whl b/third-party/pocketsphinx-0.0.9-cp35-none-win_amd64.whl deleted file mode 100644 index 907b904c..00000000 Binary files a/third-party/pocketsphinx-0.0.9-cp35-none-win_amd64.whl and /dev/null differ diff --git a/third-party/pocketsphinx-0.1.3-cp27-cp27m-win_amd64.whl b/third-party/pocketsphinx-0.1.3-cp27-cp27m-win_amd64.whl new file mode 100644 index 00000000..c242b53f Binary files /dev/null and b/third-party/pocketsphinx-0.1.3-cp27-cp27m-win_amd64.whl differ diff --git a/third-party/pocketsphinx-0.1.3-cp35-cp35m-win_amd64.whl b/third-party/pocketsphinx-0.1.3-cp35-cp35m-win_amd64.whl new file mode 100644 index 00000000..23a3d7e3 Binary files /dev/null and b/third-party/pocketsphinx-0.1.3-cp35-cp35m-win_amd64.whl differ diff --git a/third-party/pocketsphinx-python.zip b/third-party/pocketsphinx-0.1.3.zip similarity index 66% rename from third-party/pocketsphinx-python.zip rename to third-party/pocketsphinx-0.1.3.zip index e58f473a..4d38202e 100644 Binary files a/third-party/pocketsphinx-python.zip and b/third-party/pocketsphinx-0.1.3.zip differ