ACM-VIT / PyFlask_2k18

A workshop organised by ACM VIT every year, during Gravitas (VIT University, Tech Fest), Having sessions on python programming and website creation using flask.
MIT License
94 stars 29 forks source link

Suggestion: Add some automated testing like Travis CI, Circle CI, Appveyor #30

Open cclauss opened 6 years ago

cclauss commented 6 years ago

They are all free for Open Source projects like this one.

https://github.com/marketplace/category/continuous-integration

akshitgrover commented 6 years ago

I was planing to use Travis for it, Before that I had to wirte some tests and review all the files personally, This was made in a hurry, But surely more topics and issue fixes will be done. I'll add Travis CI after writing soe test files and implementing flake8.

cclauss commented 6 years ago

Bump on this one?