Closed jwlodek closed 4 years ago
Hey, I took a look at your changes and merged it into develop. I also activated Travis CI on this repository.
Confirmed this works on my end:
Great! If you want you can add the little build
icon that travis gives you to the README, it will update live with the most recent build status of the master branch.
Description
Add basic CI testing framework with pytest https://github.com/GeorgeCiesinski/text-script/issues/53
Fixes #53
Type of change
How Has This Been Tested?
pytest
in root directory.You will need to enable travis CI for the repository still on your end. I added some simple tests for the
glib
module.