tiagocoutinho / multivisor

Centralized supervisor WebUI and CLI
GNU General Public License v3.0
184 stars 37 forks source link

Configure continuous integration #42

Closed guy881 closed 5 years ago

guy881 commented 5 years ago

After configuring tests (issue https://github.com/tiagocoutinho/multivisor/issues/41) it would be great to make them run automatically on supported versions of Python. It would be good to also run flake8 and maybe isort?

I find Travis CI easy to configure and it's well integrated with GitHub.

tiagocoutinho commented 5 years ago

Sound good. I actually prefer gitlab CI but since the project is on github I agree it is better to use Travis.