summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merged in suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-141174...holger krekel2014-10-121-0/+15
| |\ \
| | * | Recognize period in envnames in factor conditionsAlexander Schepanovski2014-10-121-4/+11
| | * | Added a test for period in factorAlex Gaynor2014-09-261-0/+8
* | | | Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-062-0/+38
|/ / /
* | | Do not rely on specific errno numbers in testsMarius Gedminas2014-09-281-1/+1
* | | Report subprocess exit code when invocation failsMarius Gedminas2014-09-261-1/+1
|/ /
* | fix issue190: allow setenv to be emptyholger krekel2014-09-251-0/+14
* | add test and changelog for better report if we can't get version_infoholger krekel2014-09-231-0/+7
* | fix issue152: set VIRTUAL_ENV when running test commands,holger krekel2014-09-231-0/+1
* | fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-231-0/+15
* | fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-0/+2
* | Support boolean ops on factorsAlexander Schepanovski2014-08-091-0/+18
* | Remove factor negation supportAlexander Schepanovski2014-08-091-5/+5
* | Fixed console encoding issueThomas Khyn2014-08-021-2/+0
* | merge Alexander's "multi-dimensional" PR.holger krekel2014-07-202-5/+5
|\ \
| * | bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
| * | Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-251-4/+4
* | | Reimplement defaultenvs as default factorsAlexander Schepanovski2014-07-171-0/+14
* | | Test factors and envlist expansionAlexander Schepanovski2014-07-031-0/+35
|/ /
* | skip_missing_interpreters: fix bool handling and add appropriate test, thanks...Eugene Yunak2014-06-181-1/+9
* | add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-181-0/+8
* | Merged in cboylan/tox (pull request #85)holger krekel2014-05-156-49/+214
|\ \
| * \ Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-101-0/+16
| |\ \
| | * | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-251-3/+3
| | * | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-191-3/+6
| | * | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-101-0/+13
| * | | Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-106-47/+180
| |\ \ \
| | * \ \ Merged in aconrad/tox/skip-missing-interpreter (pull request #104)holger krekel2014-05-081-0/+16
| | |\ \ \
| | | * | | support skipping interpreters if any are missingAlexandre Conrad2014-04-301-0/+16
| | * | | | Merged in aconrad/tox/fix_test_sdistonly (pull request #103)holger krekel2014-05-081-1/+1
| | |\ \ \ \
| | | * | | | make test more specific, less prone to failuresAlexandre Conrad2014-04-301-1/+1
| | | |/ / /
| | * | | | Merged in msabramo/tox/test_quickstart_multiline_with_comments (pull request ...holger krekel2014-05-015-16/+13
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix "flakes" problemsMarc Abramowitz2014-04-275-16/+13
| | * | | | test_quickstart: Use multilines and add comments for better understandingMarc Abramowitz2014-04-281-21/+139
| | |/ / /
| | * | | Fix test_quickstart failuresMarc Abramowitz2014-04-271-14/+16
| | | |/ | | |/|
| * | | Add test_run_custom_install_command_errorMarc Abramowitz2014-04-281-0/+13
| |/ /
| * | Refix virtualenv calling - use `python -m virtualenv` instead.Ionel Maries Cristian2014-03-251-1/+1
| * | Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-251-2/+5
| * | Backed out changeset: f54ba7b918e8Ionel Maries Cristian2014-03-251-1/+1
| |/
* | Add tests for posargs quoting.Clark Boylan2014-02-071-0/+28
* | Fix command expansion and parsing.Clark Boylan2014-02-071-2/+2
|/
* Improve assertion to pass on windows.Ionel Cristian Maries2014-01-111-1/+1
* Change tox to use the virtualenv bin instead of invoking it with the current ...Ionel Maries Cristian2014-01-111-5/+2
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-091-0/+2
* also remove py25calls special handling in testsholger krekel2013-12-091-7/+5
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-091-0/+5
* introduce --no-network switch for running testsholger krekel2013-12-091-3/+3
* remove training noteholger krekel2013-12-091-1/+1
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-092-54/+26
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-221-4/+7