| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged in msabramo/tox/doc_fix_broken_links (pull request #96) | holger krekel | 2014-04-27 | 1 | -1/+3 |
| |\ | | | | | | | doc: Fix broken links | ||||
| | * | doc: Update Jenkins example to use code-block | Marc Abramowitz | 2014-04-24 | 1 | -1/+3 |
| | | | |||||
| * | | doc: Fix broken links | Marc Abramowitz | 2014-04-24 | 2 | -3/+2 |
| |/ | |||||
| * | Update jenkins specific documentation to use proper section name. | Matthias Bach | 2014-04-01 | 1 | -3/+3 |
| | | | | | | | The configuration documentation still refered to tox:hudson instead of tox:jenkins. fixes #136 | ||||
| * | bump doc version to 1.7.1 | holger krekel | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | fix issue162: don't list python 2.5 as compatibiliy/supported | holger krekel | 2014-03-24 | 3 | -12/+3 |
| | | |||||
| * | trim trailing spaces in doc/config.txt | Jurko Gospodneti? | 2014-03-23 | 1 | -12/+12 |
| | | |||||
| * | fix documentation typo | Jurko Gospodneti? | 2014-03-23 | 1 | -1/+1 |
| | | |||||
| * | stylistic documentation wording cleanup | Jurko Gospodneti? | 2014-03-23 | 1 | -32/+49 |
| | | |||||
| * | fix documentation typo | Jurko Gospodneti? | 2014-03-23 | 1 | -1/+1 |
| | | |||||
| * | fix doc version | holger krekel | 2014-01-29 | 1 | -1/+1 |
| | | |||||
| * | small updates to tox/pytest section | holger krekel | 2013-12-10 | 1 | -11/+8 |
| | | |||||
| * | remove training note | holger krekel | 2013-12-09 | 1 | -2/+0 |
| | | |||||
| * | Address issue #125 by adding a --hashseed command-line option. | Chris Jerdonek | 2013-11-14 | 1 | -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 substitution | Ronald Evers | 2013-10-09 | 2 | -12/+12 |
| | | |||||
| * | config documentation typo fixup | Ronald Evers | 2013-10-08 | 1 | -3/+3 |
| | | |||||
| * | fix issue102: change to {toxinidir} when installing packages and dependencies. | holger krekel | 2013-09-04 | 4 | -6/+22 |
| | | | | | this allows to use relative path like in "-rrequirements.txt". | ||||
| * | fix issue117: python2.5 fix: don't use ``--insecure`` option because | holger krekel | 2013-09-04 | 1 | -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 typo | holger krekel | 2013-08-18 | 1 | -1/+1 |
| | | |||||
| * | refactor docs and changelog1.6.0 | holger krekel | 2013-08-15 | 5 | -35/+29 |
| | | |||||
| * | move all interpreter information detection to tox/interpreters.py | holger krekel | 2013-08-15 | 1 | -2/+2 |
| | | |||||
| * | refine python2.5 and install_command behaviour and documentation. also show ↵ | holger krekel | 2013-08-15 | 1 | -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 Meyer | 2013-08-14 | 1 | -0/+29 |
| | | |||||
| * | remove toxbootstrap.py for now because it is broken. | holger krekel | 2013-08-13 | 1 | -1/+5 |
| | | | | | add changelog entry for Carl wrt install_command | ||||
| * | Clarify that usedevelop uses pip's -e option. | Carl Meyer | 2013-08-09 | 1 | -2/+5 |
| | | |||||
| * | Add --download-cache if set in config; don't try to check installer. | Carl Meyer | 2013-08-09 | 1 | -7/+13 |
| | | |||||
| * | Add documentation for install_command option. | Carl Meyer | 2013-08-08 | 1 | -0/+16 |
| | | |||||
| * | Add "usedevelop" to the other "devenv" config example too | Matt Good | 2013-08-07 | 1 | -1/+4 |
| | | |||||
| * | Update devenv example docs with "usedevelop" setting | Matt Good | 2013-08-07 | 1 | -1/+3 |
| | | |||||
| * | Make "usedevelop" a [testenv] setting instead of a [tox] setting | Matt Good | 2013-08-06 | 2 | -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 page | holger krekel | 2013-08-06 | 1 | -1/+1 |
| | | |||||
| * | introduce --reportjson=PATH option to write out test run information ↵ | holger krekel | 2013-08-06 | 1 | -0/+44 |
| | | | | | (version 1). | ||||
| * | fix sphinx building and checks, move bitbucket to use https urls | holger krekel | 2013-08-05 | 9 | -9/+13 |
| | | |||||
| * | Merged in mordred/configurable-hooks (pull request #49) | holger krekel | 2013-07-16 | 4 | -2/+69 |
| |\ | | | | | | | Make software installation more configurable | ||||
| | * | add new python testing training date | holger krekel | 2013-07-16 | 1 | -2/+1 |
| | | | |||||
| | * | Merged in lukaszb/tox (pull request #45) | holger krekel | 2013-07-11 | 5 | -7/+37 |
| | |\ | | | | | | | | | | Created initial documentation for development environments -- related with #101 | ||||
| | * | | Removed obsolates from devenv doc | Lukasz Balcerzak | 2013-07-10 | 2 | -9/+1 |
| | | | | |||||
| | * | | Simplified devenv example docs to use only existing interfaces. | Lukasz Balcerzak | 2013-07-10 | 1 | -16/+8 |
| | | | | |||||
| | * | | Documented 'package' config for test envs | Lukasz Balcerzak | 2013-06-20 | 2 | -1/+14 |
| | | | | |||||
| | * | | Removed --envonly switch from devenv docs | Lukasz Balcerzak | 2013-06-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | Dropped note from devenv - envdir is now better documented at config.txt | Lukasz Balcerzak | 2013-06-20 | 1 | -2/+0 |
| | | | | |||||
| | * | | Updated documentation for development environment | Lukasz Balcerzak | 2013-06-20 | 2 | -5/+13 |
| | | | | |||||
| | * | | Created initial documentation for development environments -- related with #101 | Lukasz Balcerzak | 2013-06-14 | 2 | -0/+65 |
| | | | | |||||
| * | | | Add documentation for the --develop option | Monty Taylor | 2013-07-16 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add example documentation for usedevelop | Monty Taylor | 2013-07-11 | 1 | -0/+33 |
| | | | | |||||
| * | | | Add support for installing via setup.py develop. | Monty Taylor | 2013-07-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add option to skip sdist step. | Monty Taylor | 2013-07-10 | 1 | -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 it | holger krekel | 2013-07-09 | 1 | -1/+2 |
| | | | |||||
| * | | fix whitelist_externals on windows, bump version for release prep1.5.0 | holger krekel | 2013-06-22 | 1 | -1/+1 |
| | | | |||||
| * | | fixing changelog and adding a whitelist_externals example | holger krekel | 2013-06-22 | 2 | -2/+18 |
| | | | |||||
