scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Enable tox support #24

Closed arxcruz closed 4 years ago

arxcruz commented 4 years ago

This patch enable tox support on chatbot project. Initially, it's skipping several pep8 otherwise it won't pass the CI. Once the patch get merged, it's possible to start remove the ignored peps. This will allow tests to be executed locally, before the patch get submited, and improve the code quality. This also add the test-requirements.txt and change the travis yaml file to use it, instead of the pip install commands.

codecov[bot] commented 4 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #24   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           3     4    +1     
  Lines         214   216    +2     
====================================
- Misses        214   216    +2
Impacted Files Coverage Δ
setup.py 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de432d0...c8db874. Read the comment docs.