Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Fix issue #124 | Mark Hirota | 2015-02-09 | 2 | -5/+16 | |
| | * | | | | Add support for 'py35' -> 'python3.5'. | Tres Seaver | 2015-02-16 | 2 | -2/+2 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Merged in juliankrause/tox (pull request #131) | holger krekel | 2015-02-11 | 1 | -4/+30 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Always tee the output to stdout when --report-json is used. | Florian Schulze | 2015-02-05 | 2 | -9/+10 | |
| | | * | | Merged default | Florian Schulze | 2015-01-29 | 11 | -2808/+353 | |
| | | |\ \ | ||||||
| | | * | | | Add ``--result-tee`` option to echo output captured for the json result to st... | Florian Schulze | 2015-01-29 | 2 | -4/+28 | |
| | * | | | | Fix issue11: Add a skip_install option on a per-environment level. | Julian Krause | 2015-01-22 | 2 | -1/+3 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Lessen factor use check | Alexander Schepanovski | 2014-12-29 | 1 | -1/+9 | |
| |/ / / | ||||||
* | | | | Fix issue 198: resolve touching factor groups | Alexander Schepanovski | 2014-12-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Determine Jenkins environment as described in docs | Borge Lanes | 2014-12-02 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | merge tox-1.8 maintenance | holger krekel | 2014-10-27 | 2 | -8/+5 | |
|\ \ | ||||||
| * | | fix issue199 -- fill result log structure ahead of creating virtualenv | holger krekel | 2014-10-27 | 2 | -8/+5 | |
| * | | finalize 1.8.11.8.1 | holger krekel | 2014-10-24 | 1 | -1/+1 | |
* | | | Merged in carljm/tox (pull request #123) | holger krekel | 2014-10-21 | 1 | -5/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull r... | holger krekel | 2014-10-14 | 1 | -3/+3 | |
| |\ \ | ||||||
| | * | | Allow backslashing curly braces to prevent expansion | Marc Abramowitz | 2014-04-03 | 1 | -3/+3 | |
| * | | | Merged in suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-141174... | holger krekel | 2014-10-12 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Recognize period in envnames in factor conditions | Alexander Schepanovski | 2014-10-12 | 1 | -1/+1 | |
| | * | | | Allow "." in factor names for multi-dimensional tests. | Alex Gaynor | 2014-09-26 | 1 | -1/+1 | |
* | | | | | Expand help text for --pre option. | Carl Meyer | 2014-10-07 | 1 | -1/+2 | |
* | | | | | Add --pre and testenv pip_pre options, no --pre by default. | Carl Meyer | 2014-10-06 | 2 | -2/+8 | |
|/ / / / | ||||||
* | | | | Report subprocess exit code when invocation fails | Marius Gedminas | 2014-09-26 | 1 | -5/+5 | |
|/ / / | ||||||
* | | | fix issue190: allow setenv to be empty | holger krekel | 2014-09-25 | 1 | -0/+2 | |
* | | | bump to dev version | holger krekel | 2014-09-24 | 1 | -1/+1 | |
* | | | bump versions, add announcement1.8.0 | holger krekel | 2014-09-24 | 1 | -1/+1 | |
* | | | Merged in flub/tox (pull request #119) | holger krekel | 2014-09-23 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Better error reporting for a bad interpreter | Floris Bruynooghe | 2014-09-08 | 1 | -0/+3 | |
* | | | | Merged in ludwigf/tox (pull request #114) | holger krekel | 2014-09-23 | 3 | -68/+113 | |
|\ \ \ \ | ||||||
| * | | | | fix issue188 make boolean config vars use the default if the config file | holger krekel | 2014-09-23 | 2 | -1/+4 | |
| |/ / / | ||||||
| * | | | fix issue148: ignore __PYVENV_LAUNCHER__ for subproc | holger krekel | 2014-09-02 | 1 | -1/+1 | |
| * | | | Merged in myint/tox (pull request #118) | holger krekel | 2014-09-02 | 1 | -4/+10 | |
| |\ \ \ | ||||||
| | * | | | Support boolean ops on factors | Alexander Schepanovski | 2014-08-09 | 1 | -4/+10 | |
| | * | | | Remove factor negation support | Alexander Schepanovski | 2014-08-09 | 1 | -4/+4 | |
| * | | | | Fix "__PYVENV_LAUNCHER__" problem | Steven Myint | 2014-09-01 | 1 | -1/+2 | |
| |/ / / | ||||||
| * | | | Fixed console encoding issue | Thomas Khyn | 2014-08-02 | 1 | -4/+7 | |
| * | | | merge Alexander's "multi-dimensional" PR. | holger krekel | 2014-07-20 | 2 | -2/+3 | |
| |\ \ \ | ||||||
| * | | | | Reimplement defaultenvs as default factors | Alexander Schepanovski | 2014-07-17 | 1 | -13/+8 | |
| * | | | | Fix undefined env check | Alexander Schepanovski | 2014-07-03 | 1 | -2/+2 | |
| * | | | | Parse env and args for factors, detect undefined envs | Alexander Schepanovski | 2014-06-29 | 1 | -62/+58 | |
| * | | | | Fix regressions after adding factors | Alexander Schepanovski | 2014-06-28 | 1 | -1/+1 | |
| * | | | | First stab at multidimensional config | Alexander Schepanovski | 2014-06-20 | 1 | -16/+56 | |
* | | | | | set VIRTUAL_ENV for test commands | Florian Ludwig | 2014-07-24 | 1 | -0/+1 | |
| |/ / / |/| | | | ||||||
* | | | | bump version and release 1.7.21.7.2 | holger krekel | 2014-07-15 | 1 | -1/+1 | |
* | | | | Add support for PyPy3 (env "pypy3"). | Stefan Scherfke | 2014-06-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | skip_missing_interpreters: fix bool handling and add appropriate test, thanks... | Eugene Yunak | 2014-06-18 | 1 | -1/+1 | |
* | | | add support for setting skip_missing_interpreters as a config option and not ... | Eugene Yunak | 2014-06-18 | 1 | -0/+4 | |
* | | | backout change b0afb96 from @schlamar | holger krekel | 2014-06-02 | 1 | -1/+1 | |
* | | | fix issue150: parse {posargs} more like we used to do it pre 1.7.0. | holger krekel | 2014-05-15 | 1 | -1/+1 | |
* | | | Merged in cboylan/tox (pull request #85) | holger krekel | 2014-05-15 | 7 | -29/+51 | |
|\ \ \ | ||||||
| * \ \ | Merged in schlamar/tox (pull request #90) | holger krekel | 2014-05-10 | 1 | -2/+6 | |
| |\ \ \ |