TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

use tox for testing multiple python versions #61

Open cburroughs opened 5 years ago

cburroughs commented 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/.

trentm commented 5 years ago

sounds good to me