summaryrefslogtreecommitdiff
path: root/doc/example
Commit message (Collapse)AuthorAgeFilesLines
* clean out source files and link to new repoHEADmasterRonny Pfannschmidt2016-09-178-1032/+0
|
* addresses issue66: add --workdir option to override where tox stores its ↵holger krekel2016-06-251-1/+19
| | | | | | | | | | | | | | ".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
* Remove invalid return value in tox.cmdline() examplebittner/remove-invalid-return-value-in-toxcmdlin-1465935081972Peter Bittner2016-06-141-2/+1
|
* Document the 'py' environmentdocument-py-envPaul Moore2015-12-021-0/+3
|
* 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
|/
* fix issue233: avoid hanging with tox-setuptools integration example. Thanks ↵holger krekel2015-04-211-1/+4
| | | | simonb.
* trying out isolating env variablesholger krekel2015-04-211-0/+16
|
* introduce new "platform" setting for toxholger krekel2015-04-201-0/+13
| | | | (XXX) consider using environment marker syntax
* Add generative config exampleAlexander Schepanovski2015-02-231-1/+18
|
* Update doc files for issue #124 fixMark Hirota2015-02-111-0/+16
|
* explain how to disable PYTHONHASHSEEDAlexandre Conrad2014-12-201-1/+5
|
* Typo: extra } in docs, basic.txtTom V2014-11-101-1/+1
|
* docs add pypy3 supportIvan Larin2014-08-191-0/+1
|
* 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-301-1/+2
| |
* | Better setuptools integration in basicTrevor Bekolay2014-05-191-3/+11
|/
* 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
|/
* stylistic documentation wording cleanupJurko Gospodneti?2014-03-231-32/+49
|
* fix documentation typoJurko Gospodneti?2014-03-231-1/+1
|
* small updates to tox/pytest sectionholger krekel2013-12-101-11/+8
|
* 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
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-042-4/+17
| | | | this allows to use relative path like in "-rrequirements.txt".
* refactor docs and changelog1.6.0holger krekel2013-08-151-15/+8
|
* 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
* 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-061-1/+1
| | | | 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.
* 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-051-1/+1
|
* Merged in mordred/configurable-hooks (pull request #49)holger krekel2013-07-161-0/+58
|\ | | | | | | Make software installation more configurable
| * Merged in lukaszb/tox (pull request #45)holger krekel2013-07-111-0/+16
| |\ | | | | | | | | | Created initial documentation for development environments -- related with #101
| * | Removed obsolates from devenv docLukasz Balcerzak2013-07-101-0/+1
| | |
| * | Simplified devenv example docs to use only existing interfaces.Lukasz Balcerzak2013-07-101-16/+8
| | |
| * | Documented 'package' config for test envsLukasz Balcerzak2013-06-201-1/+4
| | |
| * | 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-201-5/+5
| | |
| * | Created initial documentation for development environments -- related with #101Lukasz Balcerzak2013-06-141-0/+64
| | |
* | | Add documentation for the --develop optionMonty Taylor2013-07-161-1/+2
| | |
* | | Add example documentation for usedevelopMonty Taylor2013-07-111-0/+33
| |/ |/|
* | fixing changelog and adding a whitelist_externals exampleholger krekel2013-06-221-0/+16
|/
* Merged in g2p/tox (pull request #32)holger krekel2013-04-251-0/+1
|\ | | | | | | Give further hints on py.test discovery.
| * Add py33 to the list of default environmentsWieland Hoffmann2012-12-141-0/+1
| |
* | Relate to the 2to3 use case.Gabriel2012-12-031-7/+15
| |