| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clean out source files and link to new repoHEADmaster | Ronny Pfannschmidt | 2016-09-17 | 8 | -1032/+0 |
| | | |||||
| * | addresses issue66: add --workdir option to override where tox stores its ↵ | holger krekel | 2016-06-25 | 1 | -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-1465935081972 | Peter Bittner | 2016-06-14 | 1 | -2/+1 |
| | | |||||
| * | Document the 'py' environmentdocument-py-env | Paul Moore | 2015-12-02 | 1 | -0/+3 |
| | | |||||
| * | Merged in stevepiercy/tox (pull request #150) | holger krekel | 2015-05-04 | 1 | -4/+5 |
| |\ | | | | | | | grammar fix | ||||
| | * | grammar fixes | Steve Piercy | 2015-04-30 | 1 | -4/+5 |
| | | | |||||
| * | | grammar fix | Steve Piercy | 2015-04-30 | 1 | -1/+1 |
| |/ | |||||
| * | fix issue233: avoid hanging with tox-setuptools integration example. Thanks ↵ | holger krekel | 2015-04-21 | 1 | -1/+4 |
| | | | | | simonb. | ||||
| * | trying out isolating env variables | holger krekel | 2015-04-21 | 1 | -0/+16 |
| | | |||||
| * | introduce new "platform" setting for tox | holger krekel | 2015-04-20 | 1 | -0/+13 |
| | | | | | (XXX) consider using environment marker syntax | ||||
| * | Add generative config example | Alexander Schepanovski | 2015-02-23 | 1 | -1/+18 |
| | | |||||
| * | Update doc files for issue #124 fix | Mark Hirota | 2015-02-11 | 1 | -0/+16 |
| | | |||||
| * | explain how to disable PYTHONHASHSEED | Alexandre Conrad | 2014-12-20 | 1 | -1/+5 |
| | | |||||
| * | Typo: extra } in docs, basic.txt | Tom V | 2014-11-10 | 1 | -1/+1 |
| | | |||||
| * | docs add pypy3 support | Ivan Larin | 2014-08-19 | 1 | -0/+1 |
| | | |||||
| * | Merged in ↵ | holger krekel | 2014-06-01 | 1 | -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 Vereshchagin | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | | | Without deps command doesn't work. | ||||
| * | | we now support py34 | Jihyeok Seo | 2014-05-30 | 1 | -1/+2 |
| | | | |||||
| * | | Better setuptools integration in basic | Trevor Bekolay | 2014-05-19 | 1 | -3/+11 |
| |/ | |||||
| * | 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 |
| |/ | |||||
| * | stylistic documentation wording cleanup | Jurko Gospodneti? | 2014-03-23 | 1 | -32/+49 |
| | | |||||
| * | fix documentation typo | Jurko Gospodneti? | 2014-03-23 | 1 | -1/+1 |
| | | |||||
| * | small updates to tox/pytest section | holger krekel | 2013-12-10 | 1 | -11/+8 |
| | | |||||
| * | 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 | ||||
| * | fix issue102: change to {toxinidir} when installing packages and dependencies. | holger krekel | 2013-09-04 | 2 | -4/+17 |
| | | | | | this allows to use relative path like in "-rrequirements.txt". | ||||
| * | refactor docs and changelog1.6.0 | holger krekel | 2013-08-15 | 1 | -15/+8 |
| | | |||||
| * | 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 | ||||
| * | 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 | 1 | -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 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 | 1 | -1/+1 |
| | | |||||
| * | Merged in mordred/configurable-hooks (pull request #49) | holger krekel | 2013-07-16 | 1 | -0/+58 |
| |\ | | | | | | | Make software installation more configurable | ||||
| | * | Merged in lukaszb/tox (pull request #45) | holger krekel | 2013-07-11 | 1 | -0/+16 |
| | |\ | | | | | | | | | | Created initial documentation for development environments -- related with #101 | ||||
| | * | | Removed obsolates from devenv doc | Lukasz Balcerzak | 2013-07-10 | 1 | -0/+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 | 1 | -1/+4 |
| | | | | |||||
| | * | | 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 | 1 | -5/+5 |
| | | | | |||||
| | * | | Created initial documentation for development environments -- related with #101 | Lukasz Balcerzak | 2013-06-14 | 1 | -0/+64 |
| | | | | |||||
| * | | | 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 |
| | |/ |/| | |||||
| * | | fixing changelog and adding a whitelist_externals example | holger krekel | 2013-06-22 | 1 | -0/+16 |
| |/ | |||||
| * | Merged in g2p/tox (pull request #32) | holger krekel | 2013-04-25 | 1 | -0/+1 |
| |\ | | | | | | | Give further hints on py.test discovery. | ||||
| | * | Add py33 to the list of default environments | Wieland Hoffmann | 2012-12-14 | 1 | -0/+1 |
| | | | |||||
| * | | Relate to the 2to3 use case. | Gabriel | 2012-12-03 | 1 | -7/+15 |
| | | | |||||
