quantopian / alphalens

Performance analysis of predictive (alpha) stock factors
http://quantopian.github.io/alphalens
Apache License 2.0
3.18k stars 1.12k forks source link

BLD: Github Actions #363

Closed gerrymanoim closed 4 years ago

gerrymanoim commented 4 years ago

This PR transitions us from Travis to Github actions. It also does the work to fix flake8 issues and get tests passing on python 2.7 and python 3.5.

Tests still fail in python 3.7/3.8 with newer pandas/numpy/etc.

Future work involves

twiecki commented 4 years ago

What does that do?