Skip to content

neilsh/detox

 
 

Repository files navigation

Build Status

What is detox?

detox is the distributed version of tox. It makes efficient use of multiple CPUs by running all possible activities in parallel. It has the same options and configuration that tox has so after installation can just run:

detox

in the same way and with the same options with which you would run tox, see the tox home page for more info.

Additionally, detox offers a -n or --num option to set the number of concurrent processes to use.

Please file issues as "tox" issues using a "detox: " prefix in the issue title.

Note

detox runs only on python2.6 and python2.7 (but supports creation of python3 and all environments supported of the underlying "tox" command)

About

Detox - distributed tox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%