DEV Community

Discussion on: Published My First PyPI Package

Collapse
 
teaglebuilt profile image
dillan teagle

i think its great! You should look into tests, code coverage, travis ci, and tox for building a deployment pipeline to Pypi. Check out example of my package below.

I like how your using Makefile

github.com/teaglebuilt/robotframew...

Collapse
 
jyksnw profile image
Jason Snow

Thanks, I will take a look at your package!

I totally have travis ci and tests on my to-do list for the project. I have codacy setup to help with coverage and review, is there a coverage tool that you like or would suggest?

Collapse
 
teaglebuilt profile image
dillan teagle

I used coveralls but I think codacy would be a great choice with pytest