kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.

Home Page:https://kieran-mackle.github.io/AutoTrader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Tox support

jmcph4 opened this issue · comments

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.

Blocked by #56.