insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

Azure pipelines #256

Closed j-t-t closed 5 years ago

j-t-t commented 5 years ago

Adding Linux, Mac and Windows tests on azure pipelines. This includes making pinned versions for linux, mac and pc again, but I'm keeping the unpinned environment.yml. That way, periodically (every release, maybe?) we can update the pinned versions and make sure everything is still working.

Bonus, this enabled me to debug the xgboost windows issue, so environment_pc.yml should now work on windows without needing to do any pip installs.

For now, we'll also keep running travis, until we're sure that we're happy with this and I get codecov working on azure pipelines.

codecov[bot] commented 5 years ago

Codecov Report

Merging #256 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #256   +/-   ##
=======================================
  Coverage   58.17%   58.17%           
=======================================
  Files          32       32           
  Lines        3259     3259           
=======================================
  Hits         1896     1896           
  Misses       1363     1363