Is your feature request related to a problem? Please describe.
Travis CI currently tests the code only on the Linux environment. By testing the code on multiple OS, we could build an OS independant project.
Describe the solution you'd like
I'd like to add specific jobs for the os : windows and MacOS. Travis faces issues with windows installation (as python 3.6 is unstable for windows, as mentioned on the Travis CI website)
Describe alternatives you've considered
None
Additional context
Changes would be required in the .travis.yml file, and possibly an addition of a shell script
Is your feature request related to a problem? Please describe. Travis CI currently tests the code only on the Linux environment. By testing the code on multiple OS, we could build an OS independant project.
Describe the solution you'd like I'd like to add specific jobs for the os : windows and MacOS. Travis faces issues with windows installation (as python 3.6 is unstable for windows, as mentioned on the Travis CI website)
Describe alternatives you've considered None
Additional context Changes would be required in the .travis.yml file, and possibly an addition of a shell script