summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* bump to dev versionholger krekel2014-09-241-1/+1
* bump versions, add announcement1.8.0holger krekel2014-09-241-1/+1
* Merged in flub/tox (pull request #119)holger krekel2014-09-231-0/+3
|\
| * Better error reporting for a bad interpreterFloris Bruynooghe2014-09-081-0/+3
* | Merged in ludwigf/tox (pull request #114)holger krekel2014-09-233-68/+113
|\ \
| * | fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-232-1/+4
| |/
| * fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-1/+1
| * Merged in myint/tox (pull request #118)holger krekel2014-09-021-4/+10
| |\
| | * Support boolean ops on factorsAlexander Schepanovski2014-08-091-4/+10
| | * Remove factor negation supportAlexander Schepanovski2014-08-091-4/+4
| * | Fix "__PYVENV_LAUNCHER__" problemSteven Myint2014-09-011-1/+2
| |/
| * Fixed console encoding issueThomas Khyn2014-08-021-4/+7
| * merge Alexander's "multi-dimensional" PR.holger krekel2014-07-202-2/+3
| |\
| * | Reimplement defaultenvs as default factorsAlexander Schepanovski2014-07-171-13/+8
| * | Fix undefined env checkAlexander Schepanovski2014-07-031-2/+2
| * | 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
| |/ |/|
* | bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
* | Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-251-1/+1
|/
* skip_missing_interpreters: fix bool handling and add appropriate test, thanks...Eugene Yunak2014-06-181-1/+1
* add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-181-0/+4
* backout change b0afb96 from @schlamarholger krekel2014-06-021-1/+1
* fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-151-1/+1
* Merged in cboylan/tox (pull request #85)holger krekel2014-05-157-29/+51
|\
| * 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
| * | Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-101-4/+12
| |\ \
| | * | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-251-18/+11
| | * | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-191-12/+19
| | * | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-101-5/+13
| | |/
| * | Merged in pmoore/tox (pull request #107)holger krekel2014-05-102-3/+20
| |\ \
| | * \ Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-107-18/+22
| | |\ \
| | | * | support skipping interpreters if any are missingAlexandre Conrad2014-04-302-1/+13
| | * | | Log more info when catch OSError while doing a popenMarc Abramowitz2014-04-031-2/+7
| * | | | Return value of locate_via_py was being ignoredPaul Moore2014-05-061-1/+1
| | |/ / | |/| |
| * | | Fix "flakes" problemsMarc Abramowitz2014-04-276-16/+8
| * | | tox-quickstart: Add py34Marc Abramowitz2014-04-251-1/+1
| |/ /
| * | 1.7.1 quick bugfix release1.7.1holger krekel2014-03-281-1/+1
| * | Refix virtualenv calling - use `python -m virtualenv` instead.Ionel Maries Cristian2014-03-251-6/+1
| * | Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-252-2/+7
| * | Backed out changeset: 0b3ce1895d03Ionel Maries Cristian2014-03-252-1/+2
| |/
* | Fix command expansion and parsing.Clark Boylan2014-02-071-18/+23
|/
* try to go for 1.7.01.7.0holger krekel2014-01-291-1/+1
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-232-3/+1
* Remove virtualenvbin config option.Ionel Cristian Maries2014-01-122-2/+1
* Change tox to use the virtualenv bin instead of invoking it with the current ...Ionel Maries Cristian2014-01-112-7/+2
* allow to run tox as 'python -m tox', which is handy on Windozeanatoly techtonik2013-12-301-0/+3