vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Project testing on multiple Operating systems #141_Resolved #143

Closed radhikasethi2011 closed 4 years ago

radhikasethi2011 commented 4 years ago

Fixes #141

Description:

Checklist:

Screenshots:

Other Information:

Added a job for MacOS, that is compatible with python 3.6.5. There are some issues with Windows. Windows doesn't support MySQL as of now. I checked numerous sites and repositories for this. Travis CI for windows is still in its beta stage. Many have raised this issue on Travis CI's github repo.

@vishakha-lall

vishakha-lall commented 4 years ago

Please add all the commits (for all OS) in the same PR. Additionally, change the title of the PR, as mentioned in the guidelines.

radhikasethi2011 commented 4 years ago

@vishakha-lall yes i'm working on the windows part. I haven't found much documentation on it.

vishakha-lall commented 4 years ago

The Travis Build did not take place when I created this PR. What could be the reason?

A build is not triggered if the .travis.yml file is incorrect. I'm assuming that's the case here.

radhikasethi2011 commented 4 years ago

Okay just checking

radhikasethi2011 commented 4 years ago

@vishakha-lall , had made a mistake. It runs for both the OS now