summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch issue336issue336Andrzej Ostrowski2016-06-200-0/+0
|
* make flakes passOliver Bestwalter2016-06-205-8/+8
|
* Merged in ↵Holger Krekel2016-06-2015-87/+169
|\ | | | | | | | | | | bittner/tox/bittner/remove-invalid-return-value-in-toxcmdlin-1465935081972 (pull request #196) Remove invalid return value in tox.cmdline() example
| * Merged in pjdelport/tox/fix-flakes (pull request #187)Oliver Bestwalter2016-06-2010-77/+182
| |\ | | | | | | | | | Make "tox -e flakes" pass
| | * fix issue66 by introducing using default "python -m pip"holger krekel2016-06-209-12/+58
| | | | | | | | | | | | and introducing list_dependencies_command. (Ted, Holger)
| | * Merged in nyirogergo/tox (pull request #188)Oliver Bestwalter2016-06-206-67/+125
| | |\ | | | | | | | | | | | | session.Reporter: delete _starttime at exit
| | | * update CHANGELOGOliver Bestwalter2016-06-201-43/+45
| | | |
| | | * #317 raise minversion in test to avoid breakage on next major updateOliver Bestwalter2016-06-201-1/+1
| | | |
| | | * Merged in ↵Danielle Jenkins2016-06-201-3/+3
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | d0ugal/tox/d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676 (pull request #191) Correct --force-deps to be --force-dep in the CHANGELOG.
| | | | * Correct --force-deps to be --force-dep in the CHANGELOG.d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676Dougal Matthews2016-03-091-3/+3
| | | | |
| | | * | Merged in nakatoio/tox (pull request #190)Oliver Bestwalter2016-06-201-0/+14
| | | |\ \ | | | | | | | | | | | | | | | | | | Process minversion before all else
| | | | * | Add test for issue #307Sachi King2016-05-101-0/+14
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a test to address the second example in issue #307, the first example is already addressed. Closes issue #307
| | | * | Process minversion before all elseSachi King2016-02-294-16/+35
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading the tox.ini config file and processing it is done as one task, yet processing the minversion is done much later, as such if there is a bug fix in a newer version or a change that makes the tox.ini file incompatable with older versions tox will bail with a stack trace instead of a "Your tox is too old" message. This moves the version check as early as it can possibly be done, the very first value read out of tox.ini is minversion and it is immedeiatly compared to tox.__version__.
| | * | session.Reporter: delete _starttime at exitNyiro Gergo2016-01-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The __enter__ of with statement extend the action object with _starttime and assert if it had been already extended. Therefore the __exit__ should remove the extra attribute of the action.
| * | | Remove separating spaces in "print (...)" (pep8 E211)fix-flakesPiet Delport2016-01-045-11/+11
| | | |
| * | | Mark guarded "unicode" reference with noqaPiet Delport2016-01-041-1/+1
| |/ /
* | | Remove invalid return value in tox.cmdline() examplebittner/remove-invalid-return-value-in-toxcmdlin-1465935081972Peter Bittner2016-06-141-2/+1
| |/ |/|
* | 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.