summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix pep8 issue2.0.2holger krekel2015-06-031-3/+3
|
* add SYSTEMDRIVE into default passenv on windows to allow pip6 to work.holger krekel2015-06-035-5/+11
| | | | Thanks Michael Krause.
* pass LANG variable to the test environmentAlexandre Conrad2015-06-013-1/+8
|
* Merged in ↵holger krekel2015-05-131-1/+1
|\ | | | | | | | | | | maquilina/tox/maquilina/fix-minor-grammatical-error-in-readmerst-1431506151478 (pull request #158) Fix minor grammatical error in README.rst
| * Fix minor grammatical error in README.rstMichael Aquilina2015-05-131-1/+1
|/
* Added tag 2.0.1 for changeset 2897c9e3a019holger krekel2015-05-130-0/+0
|
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-135-8/+40
|
* actually show hook specsholger krekel2015-05-121-0/+1
|
* fix release announce to point to "latest" doc targetholger krekel2015-05-121-1/+1
|
* Added tag 2.0.0 for changeset b7e498efd0echolger krekel2015-05-120-0/+0
|
* also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0holger krekel2015-05-125-8/+9
| | | | it with the pip commands that run inside the tox run.
* show all registered per-testenv ini valuesholger krekel2015-05-122-21/+5
|
* rename some API that is reachable by hooksholger krekel2015-05-126-61/+92
|
* refine docsholger krekel2015-05-125-15/+44
|
* - fix TMP env variable and test on windowsholger krekel2015-05-126-3/+69
| | | | | - add release announcement - bump version to 2.0.0
* mark distshare ini variable as deprecatedholger krekel2015-05-122-4/+6
|
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-1213-67/+49
| | | | experimental plugin hooks, use tox internals at your own risk.
* - store and show information about what is installed in each venvholger krekel2015-05-1213-76/+167
| | | | | - rename internal methods to accomodate the fact that we are not only installing sdist's
* Merged in ↵holger krekel2015-05-121-2/+2
|\ | | | | | | | | | | stevepiercy/tox-1/stevepiercy/insert-missing-the-for-grammar-rewrap-to-1431248739542 (pull request #157) insert missing "the" for grammar; rewrap to 79 cols
| * insert missing "the" for grammar; rewrap to 79 colsSteve Piercy2015-05-101-2/+2
| |
* | bump versionholger krekel2015-05-112-2/+2
| |
* | merge pluggy branchholger krekel2015-05-1115-479/+791
|\ \
| * \ merge defaultholger krekel2015-05-116-10/+50
| |\ \
| * | | refactor testenv section parser to work by registering ini attributesholger krekel2015-05-117-368/+542
| | | | | | | | | | | | | | | | | | | | at tox_addoption() time. Introduce new "--help-ini" or "--hi" option to show all testenv variables.
| * | | add changelog entry for pluggyholger krekel2015-05-111-0/+3
| | | |
| * | | make tox_get_python_executable hook receive "envconfig" instead of just ↵holger krekel2015-05-105-36/+49
| | | | | | | | | | | | | | | | basepython setting
| * | | introduce little plugin system which allows to add command line options,holger krekel2015-05-0814-87/+214
| | |/ | |/| | | | | | | | | | perform extra configuration and determine how python executables are found (see hookspec)
* | | remove erroring code / somewhat superflous error reportingholger krekel2015-05-111-9/+2
| |/ |/|
* | Merged in msabramo/tox/abort_by_default_when_a_command_fails (pull request #151)holger krekel2015-05-116-1/+46
|\ \ | |/ |/| | | Abort command execution when a command fails by default
| * CHANGELOG: Document new "ignore_errors" settingMarc Abramowitz2015-05-051-0/+6
| |
| * doc/config.txt: Document new ignore_errors settingMarc Abramowitz2015-05-051-0/+20
| |
| * test_config: Add some tests for new ignore_errors settingMarc Abramowitz2015-05-051-0/+10
| |
| * Abort command execution when a command fails by defaultMarc Abramowitz2015-05-013-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's pretty meaningless to keep executing commands when one command fails. So let's make it abort by default if any command returns a non-zero exit code. E.g.: $ tox py27 runtests: PYTHONHASHSEED='2154811636' py27 runtests: commands[0] | echo 1 1 py27 runtests: commands[1] | false ERROR: InvocationError: '/usr/bin/false' ERROR: Stopping processing of commands for env py27 because `/usr/bin/false` failed with exit code 1 _____________________________________________ summary ______________________________________________ ERROR: py27: commands failed Unless the `ignore_errors` setting is set to `True`, in which case, it keeps processing, like it did in older versions of tox.
* | Backed out changeset cc1933175162holger krekel2015-05-0813-186/+87
| |
* | introduce little plugin system based on pluggyholger krekel2015-05-0813-87/+186
| | | | | | | | | | and refactor/streamline some code with relation to getting executables
* | Merged in stevepiercy/tox (pull request #150)holger krekel2015-05-041-4/+5
|\ \ | | | | | | | | | grammar fix
| * \ Merged in stevepiercy/tox/stevepiercy/grammar-fixes-1430426650165 (pull ↵holger krekel2015-05-030-0/+0
| |\ \ | | |/ | | | | | | | | | | | | request #149) grammar fixes
| * | grammar fixesSteve Piercy2015-04-301-4/+5
| |/
* | grammar fixSteve Piercy2015-04-301-1/+1
|/
* mergeholger krekel2015-04-283-3/+16
|\
| * fix issue240: allow to specify empty argument list without it beingholger krekel2015-04-283-3/+16
| | | | | | | | rewritten to ".". Thanks Daniel Hahler.
* | getcommandpath: mention whitelist_externals option with warningDaniel Hahler2015-04-281-1/+3
|/
* add changelog for pep8 changesholger krekel2015-04-221-0/+1
|
* fix PEP8 violationsVladimir Vitvitskiy2015-04-2316-290/+466
| | | | | | | * tox.ini updated to run PEP8 checks along with flakes * added dev test environment to run any command in it or looponfail tests * fixed all PEP8 violations pytest-pep8 complained about * line width set to 99
* added changelogs for fix of issue 120 and 230 by Volodymyr Vitvitski.holger krekel2015-04-221-0/+8
|
* Merged in wmyll6/tox/fix-doc-env (pull request #145)holger krekel2015-04-223-5/+4
|\ | | | | | | fix `docs` env
| * config-v2.txt edited online with BitbucketVolodymyr Vitvitskyi2015-04-211-1/+1
| |
| * fix broken links in the docsVladimir Vitvitskiy2015-04-222-4/+3
| |
| * fix doc environment - broken linksVladimir Vitvitskiy2015-04-221-1/+1
| |
* | Merged in wmyll6/tox/issue-235-fix-installpkg (pull request #146)holger krekel2015-04-222-4/+20
|\ \ | | | | | | | | | fix issue #235, --installpkg is broken