summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merged in msabramo/tox/doc_fix_broken_links (pull request #96)holger krekel2014-04-271-1/+3
|\ | | | | | | doc: Fix broken links
| * doc: Update Jenkins example to use code-blockMarc Abramowitz2014-04-241-1/+3
| |
* | doc: Fix broken linksMarc Abramowitz2014-04-242-3/+2
|/
* Update jenkins specific documentation to use proper section name.Matthias Bach2014-04-011-3/+3
| | | | | | The configuration documentation still refered to tox:hudson instead of tox:jenkins. fixes #136
* bump doc version to 1.7.1holger krekel2014-03-281-1/+1
|
* fix issue162: don't list python 2.5 as compatibiliy/supportedholger krekel2014-03-243-12/+3
|
* trim trailing spaces in doc/config.txtJurko Gospodneti?2014-03-231-12/+12
|
* fix documentation typoJurko Gospodneti?2014-03-231-1/+1
|
* stylistic documentation wording cleanupJurko Gospodneti?2014-03-231-32/+49
|
* fix documentation typoJurko Gospodneti?2014-03-231-1/+1
|
* fix doc versionholger krekel2014-01-291-1/+1
|
* small updates to tox/pytest sectionholger krekel2013-12-101-11/+8
|
* remove training noteholger krekel2013-12-091-2/+0
|
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-141-0/+21
| | | | | | | This commit also causes Tox to set PYTHONHASHSEED for test commands to a random integer generated when tox is invoked. See the issue here: https://bitbucket.org/hpk42/tox/issue/125
* substitute substition for substitutionRonald Evers2013-10-092-12/+12
|
* config documentation typo fixupRonald Evers2013-10-081-3/+3
|
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-044-6/+22
| | | | this allows to use relative path like in "-rrequirements.txt".
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-3/+4
| | | | | | its very existence depends on presence of "ssl". If you want to support python2.5/pip1.3.1 based test environments you need to install ssl and/or use PIP_INSECURE=1 through ``setenv``. section.
* fix doc typoholger krekel2013-08-181-1/+1
|
* refactor docs and changelog1.6.0holger krekel2013-08-155-35/+29
|
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-2/+2
|
* refine python2.5 and install_command behaviour and documentation. also show ↵holger krekel2013-08-151-15/+31
| | | | | | | | i in "--showconfig" and rename internally from "install_command_argv" to install_command for consistency. also deprecate downloadcache, distribute settings.
* Add doc examples of using easy_install and pip install --find-links.Carl Meyer2013-08-141-0/+29
|
* remove toxbootstrap.py for now because it is broken.holger krekel2013-08-131-1/+5
| | | | add changelog entry for Carl wrt install_command
* Clarify that usedevelop uses pip's -e option.Carl Meyer2013-08-091-2/+5
|
* Add --download-cache if set in config; don't try to check installer.Carl Meyer2013-08-091-7/+13
|
* Add documentation for install_command option.Carl Meyer2013-08-081-0/+16
|
* Add "usedevelop" to the other "devenv" config example tooMatt Good2013-08-071-1/+4
|
* Update devenv example docs with "usedevelop" settingMatt Good2013-08-071-1/+3
|
* Make "usedevelop" a [testenv] setting instead of a [tox] settingMatt Good2013-08-062-2/+9
| | | | Enables setting "usedevelop" per virtualenv. If "[tox]skipsdist" is not explicitly set, it default to True if all environments in the current envlist have develop = True.
* fix issue110 - typo in front pageholger krekel2013-08-061-1/+1
|
* introduce --reportjson=PATH option to write out test run information ↵holger krekel2013-08-061-0/+44
| | | | (version 1).
* fix sphinx building and checks, move bitbucket to use https urlsholger krekel2013-08-059-9/+13
|
* Merged in mordred/configurable-hooks (pull request #49)holger krekel2013-07-164-2/+69
|\ | | | | | | Make software installation more configurable
| * add new python testing training dateholger krekel2013-07-161-2/+1
| |
| * Merged in lukaszb/tox (pull request #45)holger krekel2013-07-115-7/+37
| |\ | | | | | | | | | Created initial documentation for development environments -- related with #101
| * | Removed obsolates from devenv docLukasz Balcerzak2013-07-102-9/+1
| | |
| * | Simplified devenv example docs to use only existing interfaces.Lukasz Balcerzak2013-07-101-16/+8
| | |
| * | Documented 'package' config for test envsLukasz Balcerzak2013-06-202-1/+14
| | |
| * | Removed --envonly switch from devenv docsLukasz Balcerzak2013-06-201-1/+1
| | |
| * | Dropped note from devenv - envdir is now better documented at config.txtLukasz Balcerzak2013-06-201-2/+0
| | |
| * | Updated documentation for development environmentLukasz Balcerzak2013-06-202-5/+13
| | |
| * | Created initial documentation for development environments -- related with #101Lukasz Balcerzak2013-06-142-0/+65
| | |
* | | Add documentation for the --develop optionMonty Taylor2013-07-161-1/+2
| | |
* | | Add example documentation for usedevelopMonty Taylor2013-07-111-0/+33
| | |
* | | Add support for installing via setup.py develop.Monty Taylor2013-07-101-0/+1
| | |
* | | Add option to skip sdist step.Monty Taylor2013-07-101-0/+1
| |/ |/| | | | | | | | | | | | | | | First change in a sequence to allow for customization of operational steps. The sdist creation is current unconditional, which for some projects makes running tests unreasonably slow. For instance, OpenStack would prefer to just have python setup.py develop run - but we'd like to put in the support in a flexible way that will allow people to express the pipeline needs of their project.
* | always unset PYTHONDONTWRITEBYTE because newer setuptools doesn't like itholger krekel2013-07-091-1/+2
| |
* | fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-221-1/+1
| |
* | fixing changelog and adding a whitelist_externals exampleholger krekel2013-06-222-2/+18
| |