Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix issue294: re-allow cross-section substitution for setenv setting.2.3.1 | holger krekel | 2015-12-14 | 1 | -2/+31 |
| | |||||
* | implement new experimental hooks for venv creation | holger krekel | 2015-12-09 | 1 | -12/+35 |
| | |||||
* | internal: push some optional object creation into tests because | holger krekel | 2015-12-09 | 2 | -28/+52 |
| | | | | tox core doesn't need it. | ||||
* | merge default | holger krekel | 2015-12-07 | 1 | -55/+125 |
|\ | |||||
| * | reshuffle tests related to setenv processing and integrate nelfin's | holger krekel | 2015-12-07 | 1 | -40/+55 |
| | | | | | | | | | | cross-section test but mark it as xfailing because i am not sure we need to go to the trouble | ||||
| * | refactor setenv processing into its own class so that | holger krekel | 2015-12-07 | 1 | -8/+22 |
| | | | | | | | | | | we can cleanly implement lazyness and get rid of all kinds of ordering problems. | ||||
| * | merge default | holger krekel | 2015-11-20 | 1 | -4/+24 |
| |\ | |||||
| * | | address issue285 but not fully resolve it: setenv processing now works, | holger krekel | 2015-11-13 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | making all config tests pass except for one substitution issue which requires yet some more logic, probably. | ||||
| * | | add various xfailing test cases for env substitution in setenv | holger krekel | 2015-11-13 | 1 | -0/+41 |
| | | | |||||
* | | | fix issue252: allow environment names with special characters. | holger krekel | 2015-11-26 | 1 | -0/+17 |
| |/ |/| | | | | | Thanks Julien Castets for initial PR and patience. | ||||
* | | Merged in dstanek/tox/bug_181 (pull request #174) | holger krekel | 2015-11-20 | 1 | -4/+24 |
|\ \ | |/ |/| | | | Fixes bug 181; allow # in commands | ||||
| * | Fixes bug 181; allow # in commandsbug_181 | David Stanek | 2015-10-05 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | If a # was in a command the original code naively removed it and everything after assuming it was a comment. This meant that a # could not be used in a command even if it was quoted or escaped. This fix is backward incompatible because it no longer allows a comment to appear after a line escape (\). I think is is acceptable because in most other environments a backslash would preceed a newline to escape it and tell the interpreter to ignore it. This brings tox's command behavior more in line with what Unix shells or Python actually do. | ||||
* | | fix setenv/substitution bug2.2.1 | holger krekel | 2015-11-11 | 1 | -0/+26 |
| | | |||||
* | | fix issue280: fix case where --skip-missing-interpreter would not work if ↵ | holger krekel | 2015-11-09 | 1 | -2/+17 |
| | | | | | | | | {envsitepackagesdir} substitution was used. | ||||
* | | Merged in rebeckag/tox/174-voting-testenv (pull request #170) | holger krekel | 2015-11-06 | 2 | -0/+24 |
|\ \ | | | | | | | | | | #174 voting testenv | ||||
| * | | Renamed testenv attribute from 'voting' to 'ignore_outcome'. | Rebecka Gulliksson | 2015-08-24 | 2 | -8/+10 |
| | | | |||||
| * | | Reverted unnecessary code formatting changes. | Rebecka Gulliksson | 2015-08-24 | 1 | -53/+31 |
| | | | |||||
| * | | Added test for non-voting testenv with failing command. | Rebecka Gulliksson | 2015-08-24 | 1 | -0/+13 |
| | | | |||||
| * | | Added 'voting' testenv attribute. | Rebecka Gulliksson | 2015-08-24 | 1 | -31/+62 |
| |/ | |||||
* | | fix issue281: make --force-deps work when urls are present in a dep config | holger krekel | 2015-11-02 | 1 | -0/+20 |
| | | |||||
* | | Merged in itxaka/tox/fix_env_use (pull request #169) | holger krekel | 2015-10-30 | 1 | -0/+12 |
|\ \ | | | | | | | | | | Tries to fix #99 | ||||
| * \ | Merged in olliewalsh/tox (pull request #167) | holger krekel | 2015-10-29 | 1 | -0/+12 |
| |\ \ | | |/ | |/| | | | | Reorder the processing of testenv options. | ||||
| | * | Cleanup flakes | Ollie Walsh | 2015-07-03 | 1 | -3/+3 |
| | | | |||||
| | * | Reorder the processing of testenv options. Fixes issue #246 | Ollie Walsh | 2015-07-03 | 1 | -0/+12 |
| | | | |||||
* | | | Add tests | Itxaka | 2015-08-31 | 1 | -0/+22 |
|/ / | |||||
* | | Fix issue #265 - Pass LD_LIBRARY_PATH by defaultfix_issue_265 | David Donovan Riddle | 2015-07-14 | 1 | -0/+1 |
|/ | | | | | This fix passes the LD_LIBRARY_PATH environment variable by default. This was done to support RedHat Software Collections. | ||||
* | some fixes for detox, preparing 2.1.12.1.1 | holger krekel | 2015-06-23 | 2 | -21/+11 |
| | |||||
* | introduce a TOX_TESTENV_PASSENV setting which is honored | holger krekel | 2015-06-19 | 1 | -0/+12 |
| | | | | when constructing the set of environment variables for test environments. | ||||
* | Merged in acaron/tox (pull request #163) | holger krekel | 2015-06-19 | 1 | -0/+11 |
|\ | | | | | | | Adds support for multiline envlist setting. | ||||
| * | Adds support for multiline envlist setting. | Andre Caron | 2015-06-04 | 1 | -0/+11 |
| | | |||||
* | | make passenv attribute type line-listpassenv_multiline | Stefano Mazzucco | 2015-06-18 | 1 | -2/+22 |
| | | |||||
* | | merge with default | Stefano Mazzucco | 2015-06-18 | 1 | -2/+32 |
|\ \ | |||||
| * | | hpk42/tox/issue/259/passenv-statement-should-accept-multi-line | mazzucco | 2015-06-18 | 1 | -2/+32 |
| |/ | |||||
* | | cleanup internal env variable code a bit | holger krekel | 2015-06-18 | 1 | -1/+0 |
| | | |||||
* | | remove --set-home option which probably nobody used and was hackily implemented | holger krekel | 2015-06-18 | 1 | -45/+0 |
| | | |||||
* | | allow all env variables during installation of dependencies | holger krekel | 2015-06-18 | 1 | -1/+5 |
|/ | |||||
* | add SYSTEMDRIVE into default passenv on windows to allow pip6 to work. | holger krekel | 2015-06-03 | 1 | -0/+1 |
| | | | | Thanks Michael Krause. | ||||
* | pass LANG variable to the test environment | Alexandre Conrad | 2015-06-01 | 1 | -0/+1 |
| | |||||
* | also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0 | holger krekel | 2015-05-12 | 1 | -0/+1 |
| | | | | it with the pip commands that run inside the tox run. | ||||
* | show all registered per-testenv ini values | holger krekel | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | - fix TMP env variable and test on windows | holger krekel | 2015-05-12 | 1 | -0/+4 |
| | | | | | - add release announcement - bump version to 2.0.0 | ||||
* | rename internal files -- in any case tox offers no external API except for the | holger krekel | 2015-05-12 | 4 | -17/+17 |
| | | | | experimental plugin hooks, use tox internals at your own risk. | ||||
* | - store and show information about what is installed in each venv | holger krekel | 2015-05-12 | 2 | -41/+43 |
| | | | | | - rename internal methods to accomodate the fact that we are not only installing sdist's | ||||
* | merge default | holger krekel | 2015-05-11 | 1 | -0/+10 |
|\ | |||||
| * | test_config: Add some tests for new ignore_errors setting | Marc Abramowitz | 2015-05-05 | 1 | -0/+10 |
| | | |||||
* | | refactor testenv section parser to work by registering ini attributes | holger krekel | 2015-05-11 | 2 | -91/+94 |
| | | | | | | | | | | at tox_addoption() time. Introduce new "--help-ini" or "--hi" option to show all testenv variables. | ||||
* | | make tox_get_python_executable hook receive "envconfig" instead of just ↵ | holger krekel | 2015-05-10 | 2 | -19/+31 |
| | | | | | | | | basepython setting | ||||
* | | introduce little plugin system which allows to add command line options, | holger krekel | 2015-05-08 | 3 | -32/+18 |
| | | | | | | | | | | perform extra configuration and determine how python executables are found (see hookspec) | ||||
* | | Backed out changeset cc1933175162 | holger krekel | 2015-05-08 | 3 | -18/+32 |
| | | |||||
* | | introduce little plugin system based on pluggy | holger krekel | 2015-05-08 | 3 | -32/+18 |
|/ | | | | | and refactor/streamline some code with relation to getting executables |