mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.84k stars 851 forks source link

Attempted fix for end-to-end backtest integration test failure. #350

Closed mhallsmoore closed 3 years ago

mhallsmoore commented 3 years ago

Overview

This PR provides a fix for Issue #349, which occured because of a Pandas version change between Python 3.6 and 3.7 in the TravisCI continuous integration tests.

It includes: