summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix "__PYVENV_LAUNCHER__" problemSteven Myint2014-09-011-1/+2
| | |/ /
| | * | Merged in tkhyn/tox/fix_console_encoding (pull request #115)holger krekel2014-08-080-0/+0
| | |\ \
| | * | | Fixed console encoding issueThomas Khyn2014-08-022-6/+7
| | |/ /
| | * | some streamlining of the docsholger krekel2014-07-201-28/+32
| | * | merge Alexander's "multi-dimensional" PR.holger krekel2014-07-208-10/+19
| | |\ \
| | * | | Reimplement defaultenvs as default factorsAlexander Schepanovski2014-07-172-13/+22
| | * | | Docs on factors and envlist expansionAlexander Schepanovski2014-07-171-0/+109
| | * | | Fix undefined env checkAlexander Schepanovski2014-07-031-2/+2
| | * | | Test factors and envlist expansionAlexander Schepanovski2014-07-031-0/+35
| | * | | Parse env and args for factors, detect undefined envsAlexander Schepanovski2014-06-291-62/+58
| | * | | Fix regressions after adding factorsAlexander Schepanovski2014-06-281-1/+1
| | * | | First stab at multidimensional configAlexander Schepanovski2014-06-201-16/+56
| * | | | set VIRTUAL_ENV for test commandsFlorian Ludwig2014-07-241-0/+1
| | |/ / | |/| |
| * | | Added tag 1.7.2 for changeset e319e464470aholger krekel2014-07-150-0/+0
| * | | bump version and release 1.7.21.7.2holger krekel2014-07-155-5/+5
| * | | Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-252-5/+5
| |/ /
| * | also put "envlist" into its own section.holger krekel2014-06-181-7/+6
| * | Merged in yunake/tox/missing_interpreter_config_option (pull request #111)holger krekel2014-06-185-1/+35
| |\ \
| | * | skip_missing_interpreters: move documentation into a separate confval sectionEugene Yunak2014-06-181-7/+12
| | * | skip_missing_interpreters: fix bool handling and add appropriate test, thanks...Eugene Yunak2014-06-182-2/+10
| | * | add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-185-1/+22
| |/ /
| * | backout change b0afb96 from @schlamarholger krekel2014-06-021-1/+1
| * | Merged in evvers/tox/evvers/add-deps-to-basictxt-example-without-dep-14003526...holger krekel2014-06-011-0/+1
| |\ \
| | * | Add deps to basic.txt example.Evgeny Vereshchagin2014-05-171-1/+1
| * | | we now support py34Jihyeok Seo2014-05-302-2/+3
| * | | Merged in tbekolay/tox/tbekolay/better-setuptools-integration-in-basic-140052...holger krekel2014-05-191-3/+11
| |\ \ \ | | |/ / | |/| |
| | * | Better setuptools integration in basicTrevor Bekolay2014-05-191-3/+11
| |/ /
| * | fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-154-2/+9
| * | Merged in cboylan/tox (pull request #85)holger krekel2014-05-1526-144/+394
| |\ \
| | * | make it clear that tox supports python2.6/2.7 and python3.2ffholger krekel2014-05-111-2/+2
| | * | fix Marc's name :)holger krekel2014-05-111-1/+1
| | * | limit python hashseed to 1024 on Windows to prevent possibleholger krekel2014-05-102-3/+6
| | * | Merged in schlamar/tox (pull request #90)holger krekel2014-05-101-2/+6
| | |\ \
| | | * | Restrict PYTHONHASHSEED limitation on Windows to Python < 3.4.schlamar2014-03-251-1/+1
| | | * | Limit PYTHONHASHSEED to 1024 on Windows to prevent possible MemoryErrors.schlamar2014-03-251-2/+6
| | * | | changelog entry: support optional env variable substitution, thanksholger krekel2014-05-102-0/+4
| | * | | Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-103-4/+48
| | |\ \ \
| | | * | | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-253-23/+16
| | | * | | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-193-20/+38
| | | * | | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-103-5/+38
| | * | | | Merged in pmoore/tox (pull request #107)holger krekel2014-05-105-4/+62
| | |\ \ \ \
| | | * | | | remove executable bitholger krekel2014-05-101-0/+0
| | | * | | | fix issue164: better traceback info in case of failing test commands.holger krekel2014-05-101-0/+4
| | | * | | | Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-1019-70/+221
| | | |\ \ \ \
| | | | * | | | fix issue59 -- add --skip-if-missing-interpreter. Thanksholger krekel2014-05-081-1/+2
| | | | * | | | Merged in aconrad/tox/skip-missing-interpreter (pull request #104)holger krekel2014-05-085-1/+36
| | | | |\ \ \ \
| | | | | * | | | update CHANGELOG and CONTRIBUTORSAlexandre Conrad2014-05-012-0/+7
| | | | | * | | | support skipping interpreters if any are missingAlexandre Conrad2014-04-303-1/+29
| | | | | * | | | Close branch tox_ini_add_flakes_target_3tox_ini_add_flakes_target_3holger krekel2014-04-280-0/+0
| | | | * | | | | Merged in aconrad/tox/fix_test_sdistonly (pull request #103)holger krekel2014-05-081-1/+1
| | | | |\ \ \ \ \