tiagocoutinho / multivisor

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

Configure continuous integration #50

Closed guy881 closed 5 years ago

guy881 commented 5 years ago

Issue: https://github.com/tiagocoutinho/multivisor/issues/42

Basic Travis CI configuration. I added isort and flake8, but it's temporarily commented as it doesn't pass it. I will probably create separate issue for this. Some of those code style issue are solved by PR https://github.com/tiagocoutinho/multivisor/pull/27 .

tiagocoutinho commented 5 years ago

@guy881, is it ok to merge or do you want to do more changes?

guy881 commented 5 years ago

I think it's ready to be merged, unless there is anything else that should be in the config? I'm open for suggestions. ;)