Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KBA07 committed Sep 6, 2023
1 parent 5300eb3 commit 444fed1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# gtts==2.3.2
google-cloud-texttospeech==2.14.1
SQLAlchemy==1.3.19
pygame==2.5.1
Expand Down
34 changes: 0 additions & 34 deletions run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,3 @@ pip install -r requirements.txt
pip install coverage

coverage run -m unittest discover -s . -p 'test_*.py' && coverage xml


# sudo apt-get install -y libreadline-gplv2-dev
# sudo apt-get install -y build-essential libncursesw5-dev \
# libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev \
# libbz2-dev libffi-dev zlib1g-dev

# wget https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz
# tar -xzf Python-3.9.2.tgz
# cd Python-3.9.2
# ./configure
# make
# sudo make install

# # python3 -c "import platform; print(platform.architecture())" checking python architecture

# virtualenv ENV
# source ENV/bin/activate
# pip install -r requirements.txt


# git clone https://github.com/seasalt-ai/snowboy.git
# cd snowboy/

# cd scripts && ./install_swig.sh && cd - # This was failing due to connectivity error

# sudo rm /bin/swig
# sudo ln -s $PWD/scripts/swig-3.0.10/swig /bin/swig

# sudo apt-get -y install libatlas-base-dev

# cd swig/Python3 && make && cd -

# pip install .
65 changes: 0 additions & 65 deletions scrap.py

This file was deleted.

6 changes: 0 additions & 6 deletions tests/utils/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
from data_api.sftt_dao import SfttDao
from utils.constants import Constants
from utils.exceptions import UnsupportedExtenstion
# from utils.file import (
# generateSpeechFileName,
# getDirectoryforSpeechSave,
# error_response,
# mapInputSpeechToText,
# )

class TestYourModule(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 444fed1

Please sign in to comment.