summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add generative config exampleAlexander Schepanovski2015-02-232-2/+23
|
* Merged hpk42/tox into default; Resolved conflict in CHANGELOGMark Hirota2015-02-111-0/+10
|\
| * Fix issue11: Add a skip_install option on a per-environment level.Julian Krause2015-01-221-0/+10
| |
* | Update doc files for issue #124 fixMark Hirota2015-02-112-0/+18
|/
* explain how to disable PYTHONHASHSEEDAlexandre Conrad2014-12-201-1/+5
|
* Typo: extra } in docs, basic.txtTom V2014-11-101-1/+1
|
* merge tox-1.8 maintenanceholger krekel2014-10-272-1/+5
|\
| * finalize 1.8.11.8.1holger krekel2014-10-241-1/+1
| |
| * add some changelogs for the merged PRsholger krekel2014-10-241-0/+4
| |
* | Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-061-1/+16
|/
* fix release announceholger krekel2014-09-241-1/+1
|
* bump versions, add announcement1.8.0holger krekel2014-09-243-2/+56
|
* Merged in Pentusha/tox/Pentusha/docs-add-pypy3-support-1408431512815 (pull ↵holger krekel2014-09-021-0/+1
|\ | | | | | | | | | | request #117) add pypy3 support to docs
| * docs add pypy3 supportIvan Larin2014-08-191-0/+1
| |
* | fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-022-2/+3
| |
* | Update complex factor docsAlexander Schepanovski2014-08-111-13/+26
| |
* | Docs for factor expressionsAlexander Schepanovski2014-08-091-24/+44
|/
* some streamlining of the docsholger krekel2014-07-201-28/+32
|
* merge Alexander's "multi-dimensional" PR.holger krekel2014-07-201-1/+1
|\
| * bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
| |
* | Docs on factors and envlist expansionAlexander Schepanovski2014-07-171-0/+109
|/
* also put "envlist" into its own section.holger krekel2014-06-181-7/+6
|
* skip_missing_interpreters: move documentation into a separate confval sectionEugene Yunak2014-06-181-7/+12
|
* add support for setting skip_missing_interpreters as a config option and not ↵Eugene Yunak2014-06-181-0/+7
| | | | just a command line flag
* Merged in ↵holger krekel2014-06-011-0/+1
|\ | | | | | | | | | | evvers/tox/evvers/add-deps-to-basictxt-example-without-dep-1400352654797 (pull request #108) Add deps to basic.txt example.
| * Add deps to basic.txt example.Evgeny Vereshchagin2014-05-171-1/+1
| | | | | | | | Without deps command doesn't work.
* | we now support py34Jihyeok Seo2014-05-302-2/+3
| |
* | Better setuptools integration in basicTrevor Bekolay2014-05-191-3/+11
|/
* make it clear that tox supports python2.6/2.7 and python3.2ffholger krekel2014-05-111-2/+2
|
* Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-101-0/+20
|\ | | | | | | Support optional ENV variable substitution in tox.ini
| * Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-251-2/+2
| | | | | | | | | | | | | | The ':' character is a reserved character in shell, meaning it cannot be used as part of the ENV variable name. If the ENV key has a ':' in it split on the ':' and use the second value as the default instead of raising an exception.
| * Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-191-5/+13
| | | | | | | | | | Change the 'optionalenv' substitution to 'defenv' and support providing a default substitution value. Format is "defenv:DEFAULTVALUE:KEY".
| * Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-101-0/+12
| | | | | | | | | | | | Add in support for optional ENV variable substitutions where instead of raising an error if the environmental variable does not exist in os.environ, the value is substituted with an empty string.
* | 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".