smother icon indicating copy to clipboard operation
smother copied to clipboard

Use tox for tests?

Open blueyed opened this issue 7 years ago • 1 comments

Have you considered using https://tox.readthedocs.org/ for tests?

blueyed avatar Nov 10 '17 12:11 blueyed

Personally I've not been sold on the value of tox over GitHub + TravisCI. My main issue with tox is that I've run into issues getting it to play nicely with (Ana)conda in the past, and I found it easier to do multi-platform testing on Travis.

I guess the big advantage of Tox is that you can test multiple environments locally, but in practice I've found that single-environment local testing, combined with multi-environment cloud testing at PR time, is nearly as efficient.

ChrisBeaumont avatar Nov 10 '17 22:11 ChrisBeaumont