# gp.recipe.tox **Repository Path**: mirrors_gawel/gp.recipe.tox ## Basic Information - **Project Name**: gp.recipe.tox - **Description**: tox for buildout - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. contents:: Introduction ============ tox require a virtualenv installed to run correctly. Since I sort of hate virtualenv I've created this recipe to run tox with buildout. Usage ===== Add this to your buildout:: [tox] recipe = gp.recipe.tox This will install a virtualenv with tox installed in `parts/tox/` It's recommended to add this to your `~/.buildout/default.cfg`:: [buildout] tox-install-dir = /home/gawel/.buildout/tox This will install tox's virtualenv once for all your buildouts. You'll get a `bin/tox binary` to run tests