Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean out source files and link to new repoissue352 | Ronny Pfannschmidt | 2016-09-17 | 64 | -12918/+3 |
| | |||||
* | catch project deletion if envdir==toxinidir | Oliver Bestwalter | 2016-08-07 | 1 | -0/+4 |
| | |||||
* | Merged hpk42/tox into default | Stephan Obermann | 2016-06-25 | 7 | -22/+42 |
|\ | |||||
| * | Merged hpk42/tox into default | Holger Krekel | 2016-06-25 | 7 | -22/+42 |
| |\ | |||||
| | * | addresses issue66: add --workdir option to override where tox stores its ↵ | holger krekel | 2016-06-25 | 7 | -22/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ".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 | ||||
* | | | refactored proposal | sober | 2016-06-25 | 1 | -10/+81 |
|/ / | |||||
* | | added niccodemus' notes and started to specify the builddef feature | sober | 2016-06-25 | 2 | -0/+102 |
|/ | |||||
* | organize the notes a bit | Oliver Bestwalter | 2016-06-24 | 1 | -66/+37 |
| | |||||
* | first chaotic draft for issue #338 | Oliver Bestwalter | 2016-06-24 | 1 | -0/+95 |
| | |||||
* | Merged in The-Compiler/tox/The-Compiler/fix-typo-1466505573719 (pull request ↵ | Oliver Bestwalter | 2016-06-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | #199) Fix typo | ||||
| * | Fix typoThe-Compiler/fix-typo-1466505573719 | Florian Bruhin | 2016-06-21 | 1 | -1/+1 |
|/ | |||||
* | change was in the wrong version | Oliver Bestwalter | 2016-06-21 | 1 | -3/+3 |
| | |||||
* | fix PEP-8 and whitespaces. | Steffen Allner | 2016-06-20 | 2 | -7/+7 |
| | |||||
* | Add changelog for issue275. | Steffen Allner | 2016-06-20 | 1 | -3/+7 |
| | |||||
* | Merge from default. | Steffen Allner | 2016-06-20 | 4 | -22/+58 |
|\ | |||||
| * | Add changelog message for config file prefixes. | Danielle Jenkins | 2016-06-20 | 1 | -0/+2 |
| | | |||||
| * | add changelog entry for latest PR merge: | holger krekel | 2016-06-20 | 1 | -0/+4 |
| | | | | | | | | | | | | fix issue212: allow escaping curly brace chars "\{" and "\}" if you need the chars "{" and "}" to appear in your commands or other ini values. Thanks John Vandenberg. | ||||
| * | Merged in jayvdb/tox (pull request #185) | Holger Krekel | 2016-06-20 | 17 | -117/+337 |
| |\ | | | | | | | | | | Unescape \{..\} according to docs. | ||||
| | * | Merged in jayvdb/tox (pull request #186) | Holger Krekel | 2016-06-20 | 1 | -0/+14 |
| | |\ | | | | | | | | | | | | | Add test for double substitution using {{ }} | ||||
| | | * | Add test for double substitution using {{ }} | John Vandenberg | 2015-12-26 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | {{foo}} uses the result of {foo} as the name for substitution. | ||||
| | * | | Merged in jtpereyda/tox/jtpereyda-cleanup (pull request #194) | Danielle Jenkins | 2016-06-20 | 1 | -20/+35 |
| | |\ \ | | | | | | | | | | | | | | | | Cleanup: VirtualEnv.getcommandpath | ||||
| | | * | | Cleanup: Renaming and method extraction.jtpereyda-cleanup | joshpere | 2016-04-14 | 1 | -9/+16 |
| | | | | | |||||
| | | * | | Cleanup: Extract duplicate code | joshpere | 2016-04-14 | 1 | -2/+5 |
| | | | | | |||||
| | | * | | Cleanup: Extract function for readability. The _venv_lookup function is now ↵ | joshpere | 2016-04-14 | 1 | -8/+13 |
| | | | | | | | | | | | | | | | | | | | | self-descriptive and more self-contained. | ||||
| | | * | | Cleanup: Format comments for easier reading. | joshpere | 2016-04-14 | 1 | -5/+5 |
| | | | | | |||||
| | | * | | Cleanup: Rename local variable for clarity | joshpere | 2016-04-14 | 1 | -13/+13 |
| | | | | | |||||
| | | * | | Created new branch jtpereyda-cleanup | Joshua_Pereyda | 2016-04-14 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Unescape \{..\} | John Vandenberg | 2015-12-26 | 2 | -2/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge from defaulthook/report-status | Steffen Allner | 2016-06-20 | 16 | -96/+264 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | merge | holger krekel | 2016-06-20 | 5 | -13/+75 |
| |\ \ \ | |||||
| | * \ \ | Merged in issue336 (pull request #198) | Andrzej Ostrowski | 2016-06-20 | 2 | -5/+67 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | #336 make flakes pass | ||||
| | | * \ \ | Merged in wscheper/tox/config-in-setup-cfg (pull request #192) | Andrzej Ostrowski | 2016-06-20 | 16 | -89/+170 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Support configuration through setup.cfg | ||||
| | | * | | | | Support configuration through setup.cfgconfig-in-setup-cfg | Walter Scheper | 2016-03-10 | 2 | -5/+67 |
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | When the usual search for a config file fails, try loading setup.cfg with a section prefix of tox. Modeled on coverage's use of setup.cfg as an alternative config file. | ||||
| | * | | | | Close branch issue336issue336 | Andrzej Ostrowski | 2016-06-20 | 0 | -0/+0 |
| | | | | | | |||||
| | * | | | | make flakes pass | Oliver Bestwalter | 2016-06-20 | 5 | -8/+8 |
| | | |/ / | | |/| | | |||||
| * | | | | add --workdir option to override where tox stores its ".tox" directory | holger krekel | 2016-06-20 | 16 | -91/+197 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | and all of the virtualenv environment. Thanks Danring. | ||||
| | * | | | Merged in ↵ | Holger Krekel | 2016-06-20 | 15 | -87/+169 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bittner/tox/bittner/remove-invalid-return-value-in-toxcmdlin-1465935081972 (pull request #196) Remove invalid return value in tox.cmdline() example | ||||
| | | * \ \ | Merged in pjdelport/tox/fix-flakes (pull request #187) | Oliver Bestwalter | 2016-06-20 | 10 | -77/+182 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Make "tox -e flakes" pass | ||||
| | | | * | | | fix issue66 by introducing using default "python -m pip" | holger krekel | 2016-06-20 | 9 | -12/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and introducing list_dependencies_command. (Ted, Holger) | ||||
| | | | * | | | Merged in nyirogergo/tox (pull request #188) | Oliver Bestwalter | 2016-06-20 | 6 | -67/+125 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | session.Reporter: delete _starttime at exit | ||||
| | | | | * | | | update CHANGELOG | Oliver Bestwalter | 2016-06-20 | 1 | -43/+45 |
| | | | | | | | | |||||
| | | | | * | | | #317 raise minversion in test to avoid breakage on next major update | Oliver Bestwalter | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | * | | | Merged in ↵ | Danielle Jenkins | 2016-06-20 | 1 | -3/+3 |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d0ugal/tox/d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676 (pull request #191) Correct --force-deps to be --force-dep in the CHANGELOG. | ||||
| | | | | | * | | | Correct --force-deps to be --force-dep in the CHANGELOG.d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676 | Dougal Matthews | 2016-03-09 | 1 | -3/+3 |
| | | | | | |/ / | |||||
| | | | | * | | | Merged in nakatoio/tox (pull request #190) | Oliver Bestwalter | 2016-06-20 | 1 | -0/+14 |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Process minversion before all else | ||||
| | | | | | * | | | Add test for issue #307 | Sachi King | 2016-05-10 | 1 | -0/+14 |
| | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a test to address the second example in issue #307, the first example is already addressed. Closes issue #307 | ||||
| | | | | * | | | Process minversion before all else | Sachi King | 2016-02-29 | 4 | -16/+35 |
| | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading the tox.ini config file and processing it is done as one task, yet processing the minversion is done much later, as such if there is a bug fix in a newer version or a change that makes the tox.ini file incompatable with older versions tox will bail with a stack trace instead of a "Your tox is too old" message. This moves the version check as early as it can possibly be done, the very first value read out of tox.ini is minversion and it is immedeiatly compared to tox.__version__. | ||||
| | | | * | | | session.Reporter: delete _starttime at exit | Nyiro Gergo | 2016-01-14 | 1 | -0/+1 |
| | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The __enter__ of with statement extend the action object with _starttime and assert if it had been already extended. Therefore the __exit__ should remove the extra attribute of the action. | ||||
| | | * | | | Remove separating spaces in "print (...)" (pep8 E211)fix-flakes | Piet Delport | 2016-01-04 | 5 | -11/+11 |
| | | | | | | |||||
| | | * | | | Mark guarded "unicode" reference with noqa | Piet Delport | 2016-01-04 | 1 | -1/+1 |
| | | |/ / |