ionelmc / cookiecutter-pylibrary

Enhanced cookiecutter template for Python libraries.
BSD 2-Clause "Simplified" License
1.25k stars 207 forks source link

Remove detox #168

Closed arthurzenika closed 1 year ago

arthurzenika commented 5 years ago

detox is unmaintained and incompatible with tox > 3.6

https://pypi.org/project/detox/

Replace it with https://tox.readthedocs.io/en/latest/example/basic.html#parallel-mode

ionelmc commented 5 years ago

Hey, make a PR?

ionelmc commented 1 year ago

This has been fixed.