summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support configuration through setup.cfgconfig-in-setup-cfgWalter Scheper2016-03-102-5/+67
| | | | | | When the usual search for a config file fails, try loading setup.cfg with a section prefix of tox. Modeled on coverage's use of setup.cfg as an alternative config file.
* bump version, fix tox.iniholger krekel2016-02-113-4/+3
|
* fix issue279: allow cross-section substitution when the value containsholger krekel2016-02-111-0/+3
| | | | posargs. Thanks Sachi King for the PR.
* Merged in nakatoio/tox (pull request #189)holger krekel2016-02-112-1/+15
|\ | | | | | | Fix section substitution with {posargs}
| * Fix section substitution with {posargs}Sachi King2016-02-112-2/+2
| | | | | | | | | | | | | | Use crossonly to stop substitution immediately after the section is substituted, the values run through substitution again afterwards, and this will clean off {posargs} and any other substitutions that need to be made.
| * Add test for subsitition from other section with posargsSachi King2016-02-111-0/+14
| | | | | | | | | | | | Test command substitution from other section with {posargs} in use. Issue #279
* | fix issue314: fix invocation of .py scripts on windowsholger krekel2016-02-113-2/+9
|/
* Added tag 2.3.1 for changeset cfabce992c4cholger krekel2015-12-140-0/+0
|
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-145-15/+56
|
* Added tag 2.3.0 for changeset 4a8b2093838fholger krekel2015-12-110-0/+0
|
* deprecate indexserver options2.3.0holger krekel2015-12-092-8/+11
|
* implement new experimental hooks for venv creationholger krekel2015-12-098-53/+114
|
* some small refactoringsholger krekel2015-12-092-6/+16
|
* internal: push some optional object creation into tests becauseholger krekel2015-12-094-39/+58
| | | | tox core doesn't need it.
* fix flakes problemholger krekel2015-12-071-2/+2
|
* mergeholger krekel2015-12-073-3/+6
|\
| * Merged in pmezard/tox (pull request #183)holger krekel2015-12-061-2/+2
| |\ | | | | | | | | | Fix minor typo in --help message
| | * Merged in cdunklau/tox/fix-minor-typos-in-config-doc (pull request #182)holger krekel2015-12-060-0/+0
| | |\ | | | | | | | | | | | | Fix minor typos in config doc
| | * | Fix two minor typos in config docfix-minor-typos-in-config-docColin Dunklau2015-12-041-2/+2
| | | |
| | * | Created new branch fix-minor-typos-in-config-docColin Dunklau2015-12-040-0/+0
| | |/
| * | Fix minor typo in --help messagePatrick Mezard2015-12-051-1/+1
| |/
| * Merged in pmoore/tox/document-py-env (pull request #181)holger krekel2015-12-021-0/+3
| |\ | | | | | | | | | Document the 'py' environment
| | * Document the 'py' environmentdocument-py-envPaul Moore2015-12-021-0/+3
| |/
* | merge branch issue285, bump versionsholger krekel2015-12-072-2/+2
|\ \ | |/
* | add py35 to default test envs and automize versions generated in docissue285holger krekel2015-12-074-4/+28
| |
* | merge defaultholger krekel2015-12-074-147/+288
|\ \ | |/ |/|
| * reshuffle tests related to setenv processing and integrate nelfin'sholger krekel2015-12-075-46/+63
| | | | | | | | | | 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 thatholger krekel2015-12-074-60/+111
| | | | | | | | | | we can cleanly implement lazyness and get rid of all kinds of ordering problems.
| * merge defaultholger krekel2015-11-206-13/+36
| |\
| * | add changelogholger krekel2015-11-133-2/+7
| | |
| * | address issue285 but not fully resolve it: setenv processing now works,holger krekel2015-11-132-58/+83
| | | | | | | | | | | | | | | making all config tests pass except for one substitution issue which requires yet some more logic, probably.
| * | put replacing/substitution into own classholger krekel2015-11-131-57/+62
| | |
| * | add various xfailing test cases for env substitution in setenvholger krekel2015-11-131-0/+41
| | |
* | | fix issue252: allow environment names with special characters.holger krekel2015-11-265-7/+27
| | | | | | | | | | | | Thanks Julien Castets for initial PR and patience.
* | | Merged in ↵holger krekel2015-11-250-0/+0
|\ \ \ | | |/ | |/| | | | | | | | | | ionelmc/tox-1/ionelmc/correct-incorrect-docs-on-platform-1448372605209 (pull request #180) Correct incorrect docs on `platform`.
* | | Correct incorrect docs on `platform`.ionelmc/correct-incorrect-docs-on-platform-1448372605209Ionel Cristian M?rie?2015-11-241-1/+1
|/ /
* | fix issue289: fix build_sphinx target, thanks Barry Warsaw.holger krekel2015-11-202-1/+3
| |
* | add changelog entryholger krekel2015-11-203-2/+10
| |
* | Merged in dstanek/tox/bug_181 (pull request #174)holger krekel2015-11-202-8/+24
|\ \ | |/ |/| | | Fixes bug 181; allow # in commands
| * Fixes bug 181; allow # in commandsbug_181David Stanek2015-10-052-8/+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.
* | Added tag 2.2.1 for changeset bc147d78aa43holger krekel2015-11-110-0/+0
| |
* | fix setenv/substitution bug2.2.1holger krekel2015-11-115-7/+39
| |
* | Added tag 2.2.0 for changeset 49d4884aba78holger krekel2015-11-110-0/+0
| |
* | doc ignore_outcome and bump doc version2.2.0holger krekel2015-11-112-2/+11
| |
* | Added tag 2.2.0 for changeset a674d923b2d8holger krekel2015-11-110-0/+0
| |
* | prepare 2.2.0holger krekel2015-11-113-4/+4
| |
* | fix issue280: fix case where --skip-missing-interpreter would not work if ↵holger krekel2015-11-093-3/+20
| | | | | | | | {envsitepackagesdir} substitution was used.
* | fix issue174: add new ``ignore_outcome`` testenv attribute whichholger krekel2015-11-061-0/+5
| | | | | | | | | | | | can be set to True in which case it will produce a warning instead of an error on a failed testenv command outcome. Thanks Rebecka Gulliksson for the PR.
* | Merged in rebeckag/tox/174-voting-testenv (pull request #170)holger krekel2015-11-065-0/+39
|\ \ | | | | | | | | | #174 voting testenv
| * | Fixed last rename from 'voting' to 'ignore'.174-voting-testenvRebecka Gulliksson2015-09-211-1/+1
| | |