| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed console encoding issue | Thomas Khyn | 2014-08-02 | 1 | -2/+0 |
| | | | | | | The issue occured with python 3.3 on windows with dependencies needing to be compiled (e.g. markupsafe) | ||||
| * | merge Alexander's "multi-dimensional" PR. | holger krekel | 2014-07-20 | 2 | -5/+5 |
| |\ | |||||
| | * | bump version and release 1.7.21.7.2 | holger krekel | 2014-07-15 | 1 | -1/+1 |
| | | | |||||
| | * | Add support for PyPy3 (env "pypy3"). | Stefan Scherfke | 2014-06-25 | 1 | -4/+4 |
| | | | |||||
| * | | Reimplement defaultenvs as default factors | Alexander Schepanovski | 2014-07-17 | 1 | -0/+14 |
| | | | |||||
| * | | Test factors and envlist expansion | Alexander Schepanovski | 2014-07-03 | 1 | -0/+35 |
| |/ | |||||
| * | skip_missing_interpreters: fix bool handling and add appropriate test, ↵ | Eugene Yunak | 2014-06-18 | 1 | -1/+9 |
| | | | | | thanks hpk42@ for the tip! | ||||
| * | add support for setting skip_missing_interpreters as a config option and not ↵ | Eugene Yunak | 2014-06-18 | 1 | -0/+8 |
| | | | | | just a command line flag | ||||
| * | Merged in cboylan/tox (pull request #85) | holger krekel | 2014-05-15 | 6 | -49/+214 |
| |\ | | | | | | | Fix command expansion and parsing. | ||||
| | * | Merged in morgan_fainberg/tox (pull request #86) | holger krekel | 2014-05-10 | 1 | -0/+16 |
| | |\ | | | | | | | | | | Support optional ENV variable substitution in tox.ini | ||||
| | | * | Make optional env replacements use the ``env`` keyword | Morgan Fainberg | 2014-03-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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 values | Morgan Fainberg | 2014-03-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | 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.ini | Morgan Fainberg | 2014-03-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | 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 msabramo/tox/issue_164_msabramo_1 (pull request #92) | holger krekel | 2014-05-10 | 6 | -47/+180 |
| | |\ \ | | | | | | | | | | | | | Log more info when catch OSError while doing a popen | ||||
| | | * \ | Merged in aconrad/tox/skip-missing-interpreter (pull request #104) | holger krekel | 2014-05-08 | 1 | -0/+16 |
| | | |\ \ | | | | | | | | | | | | | | | | Skip missing interpreters | ||||
| | | | * | | support skipping interpreters if any are missing | Alexandre Conrad | 2014-04-30 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | | * | | | Merged in aconrad/tox/fix_test_sdistonly (pull request #103) | holger krekel | 2014-05-08 | 1 | -1/+1 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | make test more specific, less prone to failures | ||||
| | | | * | | | make test more specific, less prone to failures | Alexandre Conrad | 2014-04-30 | 1 | -1/+1 |
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | Checking for the non-existence of the string "virtualenv" could fail because paths may contain the word virtualenv. | ||||
| | | * | | | Merged in msabramo/tox/test_quickstart_multiline_with_comments (pull request ↵ | holger krekel | 2014-05-01 | 5 | -16/+13 |
| | | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | #102) test_quickstart: Use multilines and add comments for better understanding | ||||
| | | | * | | Fix "flakes" problems | Marc Abramowitz | 2014-04-27 | 5 | -16/+13 |
| | | | | | | |||||
| | | * | | | test_quickstart: Use multilines and add comments for better understanding | Marc Abramowitz | 2014-04-28 | 1 | -21/+139 |
| | | |/ / | | | | | | | | | | | | | | | | | as suggested by Ronny Pfannschmidt at https://bitbucket.org/hpk42/tox/pull-request/99/fix-test_quickstart-failures/diff#comment-1746221 | ||||
| | | * | | Fix test_quickstart failures | Marc Abramowitz | 2014-04-27 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | | | that were introduced by adding py34 to tox-quickstart in 94842aabbbcc | ||||
| | * | | | Add test_run_custom_install_command_error | Marc Abramowitz | 2014-04-28 | 1 | -0/+13 |
| | |/ / | |||||
| | * | | Refix virtualenv calling - use `python -m virtualenv` instead. | Ionel Maries Cristian | 2014-03-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Backed out changeset: 228071477cfb | Ionel Maries Cristian | 2014-03-25 | 1 | -2/+5 |
| | | | | |||||
| | * | | Backed out changeset: f54ba7b918e8 | Ionel Maries Cristian | 2014-03-25 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add tests for posargs quoting. | Clark Boylan | 2014-02-07 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | Two new tests ensure posargs quoting works as expected. When {posargs} is surrounded by quotes in the commands list the contents of posargs should be a single entry in the argv list for the commands. When the posargs themselves include quotes the same behavior should occur. | ||||
| * | | Fix command expansion and parsing. | Clark Boylan | 2014-02-07 | 1 | -2/+2 |
| |/ | | | | | | | | | | Tox testenv commands are parsed to expand variable substitutions and construct the argv list that will be passed to exec. Prior to this commit this parsing ate quotes surrounding variables and treated multiword variables as single argv items. Neither behavior was correct. To fix this create the expanded command before handing it off to shlex to do the tokenization of the argv list. Doing the parsing in this order ensures it is correct. | ||||
| * | Improve assertion to pass on windows. | Ionel Cristian Maries | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | Change tox to use the virtualenv bin instead of invoking it with the current ↵ | Ionel Maries Cristian | 2014-01-11 | 1 | -5/+2 |
| | | | | | interpreter. Virtualenv might have been installed with a completely different interpreter (and might not work at all!) or it could have other issues caused by invoking the module directly (virtualenv 1.11 known to break). Also add a `virtualenvbin` config option in case it need overriding. | ||||
| * | fix issue105 -- don't depend on an existing HOME directory from tox tests. | holger krekel | 2013-12-09 | 1 | -0/+2 |
| | | |||||
| * | also remove py25calls special handling in tests | holger krekel | 2013-12-09 | 1 | -7/+5 |
| | | |||||
| * | introduce --sitepackages to force sitepackages=True in all | holger krekel | 2013-12-09 | 1 | -0/+5 |
| | | | | | environments. Was wanted by Debian maintainer Barry Warsaw. | ||||
| * | introduce --no-network switch for running tests | holger krekel | 2013-12-09 | 1 | -3/+3 |
| | | |||||
| * | remove training note | holger krekel | 2013-12-09 | 1 | -1/+1 |
| | | |||||
| * | drop Python2.5 compatibility because it became too hard due | holger krekel | 2013-12-09 | 2 | -54/+26 |
| | | | | | | to the setuptools-2.0 dropping support. tox now has no support for creating python2.5 virtualenv environments anymore. | ||||
| * | merged and slightly modified PR81: new option --force-dep which allows to | holger krekel | 2013-11-22 | 1 | -4/+7 |
| | | | | | | | | | override tox.ini specified dependencies in setuptools-style. For example "--force-dep 'django<1.6'" will make sure that any environment using "django" as a dependency will get the latest 1.5 release. Thanks Bruno Oliveria for the complete PR. | ||||
| * | Added --force-dep-version command-line option | Bruno Oliveira | 2013-11-21 | 1 | -2/+57 |
| | | |||||
| * | merged PR125: tox now sets "PYTHONHASHSEED" if it is not set | holger krekel | 2013-11-15 | 1 | -0/+3 |
| | | | | | | and offers a "--hashseed" option to repeat a test run with a specific seed. Thanks Chris Jerdonek for all the work behind this. | ||||
| * | Address issue #125 by adding a --hashseed command-line option. | Chris Jerdonek | 2013-11-14 | 2 | -1/+137 |
| | | | | | | | | 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 issue130: you can now set install_command=easy_install {opts} {packages} | holger krekel | 2013-10-24 | 1 | -4/+6 |
| | | | | | | and expect it to run without the need to recreate. Thanks jenisys for precise reporting. | ||||
| * | a command line specified --installpkg trumps any develop option | holger krekel | 2013-10-22 | 1 | -1/+9 |
| | | |||||
| * | more windows parsing fixes | holger krekel | 2013-10-22 | 1 | -10/+10 |
| | | |||||
| * | fix parsing/escaping bugs on windows32 | holger krekel | 2013-10-14 | 1 | -0/+22 |
| | | |||||
| * | expand install_command_substitutions test case | Ronald Evers | 2013-10-10 | 1 | -2/+4 |
| | | |||||
| * | use substitution in install_command | Ronald Evers | 2013-10-10 | 1 | -0/+9 |
| | | |||||
| * | substitute substition for substitution | Ronald Evers | 2013-10-09 | 1 | -11/+11 |
| | | |||||
| * | fix issue102: change to {toxinidir} when installing packages and dependencies. | holger krekel | 2013-09-04 | 1 | -2/+2 |
| | | | | | this allows to use relative path like in "-rrequirements.txt". | ||||
| * | fix issue117: python2.5 fix: don't use ``--insecure`` option because | holger krekel | 2013-09-04 | 1 | -1/+1 |
| | | | | | | | its very existence depends on presence of "ssl". If you want to support python2.5/pip1.3.1 based test environments you need to install ssl and/or use PIP_INSECURE=1 through ``setenv``. section. | ||||
| * | fix test runs on environments without a home directory | holger krekel | 2013-09-04 | 2 | -8/+19 |
| | | | | | (in which case we use toxinidir as the homedir) | ||||
