camelot-dev / camelot

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
2.76k stars 444 forks source link

Setup TravisCI to run on multiple OSes #38

Open dimitern opened 4 years ago

dimitern commented 4 years ago

We can improve our TravisCI configuration so it runs on multiple operating systems, specifically having a Windows setup on CI could catch issues people are experiencing.

Here's the documentation and sample config how to achieve this: https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems

vinayak-mehta commented 4 years ago

Thanks for the pointer, I'll work on it this week.

vinayak-mehta commented 4 years ago

Just putting this here as a note: https://azure.microsoft.com/en-au/services/devops/pipelines/

KOLANICH commented 4 years ago

IMHO: GitLab has much better CI than Travis.

pravarag commented 4 years ago

@vinayak-mehta I'll be taking up on this issue