summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ | | | | | | | | | | | | Add support for setting skip_missing_interpreters as a config option and not just a command line flag
| * | | 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, ↵Eugene Yunak2014-06-182-2/+10
| | | | | | | | | | | | | | | | thanks hpk42@ for the tip!
| * | | add support for setting skip_missing_interpreters as a config option and not ↵Eugene Yunak2014-06-185-1/+22
|/ / / | | | | | | | | | just a command line flag
* | | backout change b0afb96 from @schlamarholger krekel2014-06-021-1/+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-302-2/+3
| | | |
* | | | Merged in ↵holger krekel2014-05-191-3/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | tbekolay/tox/tbekolay/better-setuptools-integration-in-basic-1400524487298 (pull request #109) Better setuptools integration in basic
| * | | 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
| | | | | | | | | | | | | | | | | | | | | The 1.7.0 behaviour broke a lot of OpenStack projects. See PR85 and the issue discussions for (far) more details, hopefully resulting in a more refined behaviour in the 1.8 series. And thanks to Clark Boylan for the PR.
* | | Merged in cboylan/tox (pull request #85)holger krekel2014-05-1526-144/+394
|\ \ \ | | | | | | | | | | | | Fix command expansion and parsing.
| * | | 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
| | | | | | | | | | | | | | | | memory errors.
| * | | Merged in schlamar/tox (pull request #90)holger krekel2014-05-101-2/+6
| |\ \ \ | | | | | | | | | | | | | | | Limit PYTHONHASHSEED to 1024 on Windows to prevent possible MemoryErrors.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | See http://bugs.python.org/issue20954.
| * | | | changelog entry: support optional env variable substitution, thanksholger krekel2014-05-102-0/+4
| | | | | | | | | | | | | | | | | | | | Morgan Fainberg for the complete PR.
| * | | | Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-103-4/+48
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Support optional ENV variable substitution in tox.ini
| | * | | | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-253-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ':' character is a reserved character in shell, meaning it cannot be used as part of the ENV variable name. If the ENV key has a ':' in it split on the ':' and use the second value as the default instead of raising an exception.
| | * | | | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-193-20/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the 'optionalenv' substitution to 'defenv' and support providing a default substitution value. Format is "defenv:DEFAULTVALUE:KEY".
| | * | | | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-103-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add in support for optional ENV variable substitutions where instead of raising an error if the environmental variable does not exist in os.environ, the value is substituted with an empty string.
| * | | | | Merged in pmoore/tox (pull request #107)holger krekel2014-05-105-4/+62
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Return value of locate_via_py was being ignored
| | * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks Marc Abramowitz for the PR.
| | * | | | | Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-1019-70/+221
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Log more info when catch OSError while doing a popen
| | | * | | | | fix issue59 -- add --skip-if-missing-interpreter. Thanksholger krekel2014-05-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alexandre Conrad for the PR.
| | | * | | | | Merged in aconrad/tox/skip-missing-interpreter (pull request #104)holger krekel2014-05-085-1/+36
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip missing interpreters
| | | | * | | | | update CHANGELOG and CONTRIBUTORSAlexandre Conrad2014-05-012-0/+7
| | | | | | | | |
| | | | * | | | | support skipping interpreters if any are missingAlexandre Conrad2014-04-303-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the option --skip-missing-interpreters. If this option is passed to tox, the tests won't fail if interpreters are missing. The exit status will be 0 if all tests pass but interpreters were missing.
| | | | * | | | | 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
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make test more specific, less prone to failures
| | | | * | | | | | make test more specific, less prone to failuresAlexandre Conrad2014-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking for the non-existence of the string "virtualenv" could fail because paths may contain the word virtualenv.
| | * | | | | | | | Add test_run_custom_install_command_errorMarc Abramowitz2014-04-281-0/+13
| | | | | | | | | |
| | * | | | | | | | Log more info when catch OSError while doing a popenMarc Abramowitz2014-04-031-2/+7
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://bitbucket.org/hpk42/tox/issue/164/if-install_command-raises-an-oserror-get-a