kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
945 stars 217 forks source link

Add Tox support #58

Open jmcph4 opened 1 year ago

jmcph4 commented 1 year ago

Is your feature request related to a problem? Please describe. Tox is a very popular Python development and build automation tool that interfaces well with existing Python tooling and conventions. It would be nice if Tox support was added to the project.

Describe the solution you'd like Creation of a Tox configuration file in the project root.

Describe alternatives you've considered N/A

Additional context None.

jmcph4 commented 1 year ago

Blocked by #56.