quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.27k stars 398 forks source link

updated travis #122

Closed atkinson closed 4 years ago

atkinson commented 4 years ago

Travis test configs were all so old that code no longer supported on Pandas 1.0.x would not work on any of them.

Updated to include pandas 1.0.x, python 3.7 numpy 1.18 and scipy 1.4.x.

Kept a python 2.7 config with the last supported versions of pydata (March 2019).

If this is merged, my other pull request should pass.

atkinson commented 4 years ago

Actually, this should probably just be in my other pull request. Will close and merge them.