-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
Description
- Bitbucket: https://bitbucket.org/hpk42/tox/issue/20
- Originally reported by: benno
- Originally created at: 2011-11-24T10:51:42.493
In certain circumstances it would be very useful to override the setting of toxworkdir. For instance, in a CI environment such as Bamboo where each job of a build plan is run in it's own directory, it would be very useful to have toxworkdir point somewhere outside of the individual job directories in order to avoid repeated rebuilds of the virtual environments when the package list changes. Having toxworkdir be overridable means that the setting in tox.ini could be used as a default which is then overridden in the CI environment.
jaraco