Closed kclowes closed 1 year ago
Sometimes we run into issues because the dev dependencies won't install with the latest python versions we support. We should add a test for the dev dependency install against all python versions to make sure everything will install.
Add a test similar to the wheel install in web3.py: https://github.com/ethereum/web3.py/blob/master/tox.ini#L75-L88 and run on CI.
wheel
Closed via #44
What was wrong?
Sometimes we run into issues because the dev dependencies won't install with the latest python versions we support. We should add a test for the dev dependency install against all python versions to make sure everything will install.
How can it be fixed?
Add a test similar to the
wheel
install in web3.py: https://github.com/ethereum/web3.py/blob/master/tox.ini#L75-L88 and run on CI.