ChrisCScott / forecaster

A personal finances forecasting tool for Canadian retirement planning
Other
1 stars 2 forks source link

Set up automated tests with virtual environments. #58

Closed ChrisCScott closed 5 years ago

ChrisCScott commented 5 years ago

Right now we run tests manually, target Python 3.6 or 3.6 (it varies by device), and install all dependencies globally. We should be using virtual environments (via virtualenv) and managing them with a tool like tox. This will free us up to target multiple Python versions and test installation of the package.