Open cburroughs opened 5 years ago
We currently have a custom test/testall.py script for testing against multiple interpreters. Our needs are not that special and we should probably just use tox https://tox.readthedocs.io/en/latest/.
test/testall.py
sounds good to me
We currently have a custom
test/testall.py
script for testing against multiple interpreters. Our needs are not that special and we should probably just use tox https://tox.readthedocs.io/en/latest/.