summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* add changelog, bump version2.4.1holger krekel2016-10-121-1/+1
* Fix regression in env suupport in dependency listIan Cordasco2016-10-121-10/+5
* prepare tox-2.4.0 some more. tests pass on win and linux now.holger krekel2016-10-111-1/+1
* Merge pull request #367 from jaraco/issue-330holger krekel2016-10-111-1/+1
|\
| * Exclude PYTHONPATH when invoking install, as it won't be present when invokin...Jason R. Coombs2016-09-171-1/+1
* | add tests, refine doc for "envdir" and finalize PRholger krekel2016-10-112-2/+6
* | Merge branch 'master' into fix-352holger krekel2016-10-112-1/+14
|\ \
| * | Fixed help string for the extras testenv attributeAlex Grönholm2016-09-251-2/+2
| * | Added the "extras" environment optionAlex Grönholm2016-09-252-0/+13
| |/
| * Make substitution engine ignore factor arrays, fix #302Andrei Pashkin2016-09-091-1/+1
* | catch project deletion if envdir==toxinidirOliver Bestwalter2016-08-071-0/+4
|/
* addresses issue66: add --workdir option to override where tox stores its ".to...holger krekel2016-06-251-2/+2
* Fix typoFlorian Bruhin2016-06-211-1/+1
* fix PEP-8 and whitespaces.Steffen Allner2016-06-201-6/+6
* Merge from default.Steffen Allner2016-06-203-0/+23
|\
| * Merge from defaultSteffen Allner2016-06-207-34/+81
| |\
| * | Improve doc strings.Matthew Schinckel2016-04-091-2/+8
| * | Update to meet PR 175 requirements.Matthew Schinckel2016-04-093-4/+10
| * | Add support for extensible reporting on status.Matthew Schinckel2016-03-162-0/+12
* | | Merged in jayvdb/tox (pull request #185)Holger Krekel2016-06-201-0/+1
|\ \ \
| * | | Unescape \{..\}John Vandenberg2015-12-261-0/+1
* | | | Merged in jtpereyda/tox/jtpereyda-cleanup (pull request #194)Danielle Jenkins2016-06-201-20/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleanup: Renaming and method extraction.joshpere2016-04-141-9/+16
| * | | Cleanup: Extract duplicate codejoshpere2016-04-141-2/+5
| * | | Cleanup: Extract function for readability. The _venv_lookup function is now s...joshpere2016-04-141-8/+13
| * | | Cleanup: Format comments for easier reading.joshpere2016-04-141-5/+5
| * | | Cleanup: Rename local variable for clarityjoshpere2016-04-141-13/+13
| | |/ | |/|
* | | mergeholger krekel2016-06-203-11/+23
|\ \ \
| * \ \ Merged in issue336 (pull request #198)Andrzej Ostrowski2016-06-203-6/+5
| |\ \ \
| | * | | make flakes passOliver Bestwalter2016-06-203-6/+5
| * | | | Merged in wscheper/tox/config-in-setup-cfg (pull request #192)Andrzej Ostrowski2016-06-201-5/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Support configuration through setup.cfgWalter Scheper2016-03-101-5/+18
| | |/ /
* | | | add --workdir option to override where tox stores its ".tox" directoryholger krekel2016-06-201-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add --workdir to override the 'toxworkdir' config optionDan Ring2015-12-171-1/+7
| | |/ | |/|
* | | Merged in pjdelport/tox/fix-flakes (pull request #187)Oliver Bestwalter2016-06-204-10/+10
|\ \ \
| * | | Remove separating spaces in "print (...)" (pep8 E211)Piet Delport2016-01-043-9/+9
| * | | Mark guarded "unicode" reference with noqaPiet Delport2016-01-041-1/+1
| |/ /
* | | fix issue66 by introducing using default "python -m pip"holger krekel2016-06-204-4/+15
* | | Merged in nyirogergo/tox (pull request #188)Oliver Bestwalter2016-06-201-0/+1
|\ \ \
| * | | session.Reporter: delete _starttime at exitNyiro Gergo2016-01-141-0/+1
| |/ /
* | | Process minversion before all elseSachi King2016-02-293-14/+33
| |/ |/|
* | bump version, fix tox.ini2.3.2holger krekel2016-02-111-1/+1
* | Merged in nakatoio/tox (pull request #189)holger krekel2016-02-111-1/+1
|\ \
| * | Fix section substitution with {posargs}Sachi King2016-02-111-1/+1
| |/
* | fix issue314: fix invocation of .py scripts on windowsholger krekel2016-02-111-1/+1
|/
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-142-11/+18
* implement new experimental hooks for venv creationholger krekel2015-12-095-41/+66
* some small refactoringsholger krekel2015-12-092-6/+16
* internal: push some optional object creation into tests becauseholger krekel2015-12-091-11/+4
* fix flakes problemholger krekel2015-12-071-2/+2