summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* clean out source files and link to new repoHEADmasterRonny Pfannschmidt2016-09-1737-3989/+0
|
* Merged hpk42/tox into defaultStephan Obermann2016-06-253-4/+22
|\
| * Merged hpk42/tox into defaultHolger Krekel2016-06-253-4/+22
| |\
| | * addresses issue66: add --workdir option to override where tox stores its ↵holger krekel2016-06-253-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ".tox" directory to "pip freeze" to obtain the list of installed packages. Thanks Ted Shaw, Holger Krekel. close issue66: add documentation to jenkins page on how to avoid "too long shebang" lines when calling pip from tox. Note that we can not use "python -m pip install X" by default because the latter adds the CWD and pip will think X is installed if it is there. "pip install X" does not do that. (experimental) New feature: When a search for a config file fails, tox tries loading
* | | refactored proposalsober2016-06-251-10/+81
|/ /
* | added niccodemus' notes and started to specify the builddef featuresober2016-06-252-0/+102
|/
* organize the notes a bitOliver Bestwalter2016-06-241-66/+37
|
* first chaotic draft for issue #338Oliver Bestwalter2016-06-241-0/+95
|
* Merged in ↵Holger Krekel2016-06-202-2/+15
|\ | | | | | | | | | | 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-201-1/+14
| |\ | | | | | | | | | Make "tox -e flakes" pass
| | * fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-1/+14
| | | | | | | | | | | | and introducing list_dependencies_command. (Ted, Holger)
| * | Remove separating spaces in "print (...)" (pep8 E211)fix-flakesPiet 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
|/
* deprecate indexserver options2.3.0holger krekel2015-12-091-6/+5
|
* implement new experimental hooks for venv creationholger krekel2015-12-091-0/+6
|
* mergeholger krekel2015-12-072-2/+5
|\
| * Fix two minor typos in config docfix-minor-typos-in-config-docColin Dunklau2015-12-041-2/+2
| |
| * Document the 'py' environmentdocument-py-envPaul Moore2015-12-021-0/+3
| |
* | add py35 to default test envs and automize versions generated in docissue285holger krekel2015-12-073-3/+27
|/
* Correct incorrect docs on `platform`.ionelmc/correct-incorrect-docs-on-platform-1448372605209Ionel Cristian M?rie?2015-11-241-1/+1
|
* doc ignore_outcome and bump doc version2.2.0holger krekel2015-11-112-2/+11
|
* prepare 2.1.0 release2.1.0holger krekel2015-06-192-2/+6
|
* allow all env variables during installation of dependenciesholger krekel2015-06-181-8/+10
|
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-131-1/+1
|
* actually show hook specsholger krekel2015-05-121-0/+1
|
* fix release announce to point to "latest" doc targetholger krekel2015-05-121-1/+1
|
* also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0holger krekel2015-05-122-5/+5
| | | | it with the pip commands that run inside the tox run.
* rename some API that is reachable by hooksholger krekel2015-05-123-10/+14
|
* refine docsholger krekel2015-05-122-8/+16
|
* - fix TMP env variable and test on windowsholger krekel2015-05-122-0/+62
| | | | | - add release announcement - bump version to 2.0.0
* mark distshare ini variable as deprecatedholger krekel2015-05-121-3/+3
|
* - store and show information about what is installed in each venvholger krekel2015-05-123-2/+57
| | | | | - 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
| |
* | merge defaultholger krekel2015-05-111-0/+20
|\ \
| * \ Merged in msabramo/tox/abort_by_default_when_a_command_fails (pull request #151)holger krekel2015-05-111-0/+20
| |\ \ | | |/ | |/| | | | Abort command execution when a command fails by default
| | * doc/config.txt: Document new ignore_errors settingMarc Abramowitz2015-05-051-0/+20
| | |
* | | introduce little plugin system which allows to add command line options,holger krekel2015-05-083-7/+80
|/ / | | | | | | | | perform extra configuration and determine how python executables are found (see hookspec)
* | Backed out changeset cc1933175162holger krekel2015-05-083-80/+7
| |
* | introduce little plugin system based on pluggyholger krekel2015-05-083-7/+80
| | | | | | | | | | 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
| * | grammar fixesSteve Piercy2015-04-301-4/+5
| |/
* | grammar fixSteve Piercy2015-04-301-1/+1
|/
* config-v2.txt edited online with BitbucketVolodymyr Vitvitskyi2015-04-211-1/+1
|
* fix broken links in the docsVladimir Vitvitskiy2015-04-222-4/+3
|
* fix issue233: avoid hanging with tox-setuptools integration example. Thanks ↵holger krekel2015-04-211-1/+4
| | | | simonb.
* remove the long-deprecated "distribute" option as it has no effect these days.holger krekel2015-04-213-11/+1
|
* trying out isolating env variablesholger krekel2015-04-212-0/+30
|
* introduce new "platform" setting for toxholger krekel2015-04-202-0/+19
| | | | (XXX) consider using environment marker syntax
* 1.9.01.9.0holger krekel2015-02-242-2/+68
|