Vocab-Apps / python-pinyin-jyutping-sentence

Convert a Chinese sentence to Pinyin or Jyutping
GNU General Public License v3.0
55 stars 5 forks source link

Configure tox #8

Closed dahlia closed 3 years ago

dahlia commented 3 years ago

This patch adds a tox settings for the project. Tox helps us to run tests on multiple Python versions at once.

luc-vocab commented 3 years ago

Thanks for the contribution ! May I ask what is driving you to add this change ? do you have a fork of this package which you want to test using tox ?

dahlia commented 3 years ago

I don't have my own downstream — because you accepted all my patches! 😄

As I have multiple Python projects, I need an isolated environment for each project. Although I could have a virtualenv for a project, if a project should be tested on multiple Python versions — library projects usually should so — it's much easier to use tox than having multple virtualenvs for a project.