summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close branchfix-doc-envholger krekel2015-05-080-0/+0
|
* config-v2.txt edited online with BitbucketVolodymyr Vitvitskyi2015-04-211-1/+1
|
* fix broken links in the docsVladimir Vitvitskiy2015-04-222-4/+3
|
* fix doc environment - broken linksVladimir Vitvitskiy2015-04-221-1/+1
|
* fix issue233: avoid hanging with tox-setuptools integration example. Thanks ↵holger krekel2015-04-212-1/+6
| | | | simonb.
* remove the long-deprecated "distribute" option as it has no effect these days.holger krekel2015-04-218-65/+13
|
* trying out isolating env variablesholger krekel2015-04-2110-11/+110
|
* introduce new "platform" setting for toxholger krekel2015-04-209-8/+117
| | | | (XXX) consider using environment marker syntax
* remove empty vendor directoryholger krekel2015-04-202-2/+1
|
* bump versionholger krekel2015-03-243-2/+8
|
* Added tag 1.9.2 for changeset 452288d6c500holger krekel2015-03-230-0/+0
|
* - backout ability that --force-deps substitutes name/versions in1.9.2holger krekel2015-03-235-74/+11
| | | | | | | | | requirement files due to various issues. - This fixes issue228, fixes issue230, fixes issue231 which popped up with 1.9.1. - bump to 1.9.2 version
* bump versionholger krekel2015-03-233-2/+5
|
* Added tag 1.9.1 for changeset 7ccc0b0bd25eholger krekel2015-03-230-0/+0
|
* bump to version 1.9.11.9.1holger krekel2015-03-233-4/+5
|
* Merged in fschulze/tox/file-instead-of-pipe (pull request #138)holger krekel2015-03-202-8/+11
|\ | | | | | | Use a file instead of a pipe for command output in "--result-json".
| * Merged in fschulze/tox/complex-projname-initproj (pull request #137)holger krekel2015-03-202-8/+11
| |\ | | | | | | | | | Enhanced initproj fixture to accept a tuple for name/version specifier.
| | * Enhanced initproj fixture to accept a tuple for name/version specifier.Florian Schulze2015-03-202-8/+11
| |/ | | | | | | This allows projects with dashes in their name. This fixture is used in devpi where this functionality is needed.
* | Use a file instead of a pipe for command output in "--result-json".Florian Schulze2015-03-202-16/+21
|/
* fix changelog entry (sigh)holger krekel2015-03-111-1/+1
|
* fix tests for "-m" virtualenv change of last commitholger krekel2015-03-111-2/+2
|
* fix issue227: use "-m virtualenv" instead of "-m virtualenv" to makeholger krekel2015-03-114-3/+6
| | | | it work with pyrun.
* add changelog and bump to dev versionholger krekel2015-03-093-2/+9
| | | | | allow --force-deps to override dependencies in "-r" requirements files. Thanks Sontek for the PR.
* Merged in sontek/tox/fix-force-dep-with-reqs-file-with-pip (pull request #136)holger krekel2015-03-092-3/+71
|\ | | | | | | Support force dependencies with requirements.txt using pip
| * Support force dependencies with requirements.txt using pipJohn Anderson2015-03-052-54/+29
| |
| * Ignore commentsJoe Lombrozo2014-11-032-1/+6
| |
| * Fix issues with external requirements files and force depJoe Lombrozo2014-11-032-2/+90
| | | | | | | | Using --force-dep while your [testenv] included a dep similar to "-r{toxinidir}/reqs.txt" would cause an unhandled exception similar to: ValueError: ('Expected version spec in', '-rrequirements-test.txt', 'at', 'requirements-test.txt')
* | Added tag 1.9.0 for changeset ad64513cf6bfholger krekel2015-02-240-0/+0
| |
* | 1.9.01.9.0holger krekel2015-02-246-10/+73
| |
* | Merged in suor/tox/generative-example (pull request #135)holger krekel2015-02-230-0/+0
|\ \ | | | | | | | | | Add generative config example
* | | Add generative config exampleAlexander Schepanovski2015-02-232-2/+23
|/ /
* | add changelog: fix issue191: lessen factor-use checksholger krekel2015-02-211-0/+2
| |
* | add changelog: fix issue198: fix broken envlist settings, e.g. ↵holger krekel2015-02-211-0/+3
| | | | | | | | {py26,py27}{-lint,}
* | Merged in suor/tox/issue198 (pull request #129)holger krekel2015-02-2110-21/+124
|\ \
| * \ Merged in suor/tox/lessen-factor-use-check (pull request #130)holger krekel2015-02-218-12/+88
| |\ \ | | | | | | | | | | | | Lessen factor use check
| | * \ Merged in mhirota/tox (pull request #133)holger krekel2015-02-216-5/+38
| | |\ \ | | | | | | | | | | | | | | | Fix issue #124
| | | * \ Merged hpk42/tox into default; Resolved conflict in CHANGELOGMark Hirota2015-02-115-1/+17
| | | |\ \
| | | * | | Update doc files for issue #124 fixMark Hirota2015-02-112-0/+18
| | | | | |
| | | * | | Fix issue #124Mark Hirota2015-02-094-5/+20
| | | | | |
| | * | | | Merged in tseaver/tox/add-py35 (pull request #134)holger krekel2015-02-212-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | Add support for 'py35' -> 'python3.5'.
| | | * | | Add support for 'py35' -> 'python3.5'.Tres Seaver2015-02-162-2/+2
| | |/ / /
| | * | | fix issue11: add a ``skip_install`` per-testenv setting whichholger krekel2015-02-112-0/+4
| | | | | | | | | | | | | | | | | | | | prevents the installation of a package. Thanks Julian Krause.
| | * | | Merged in juliankrause/tox (pull request #131)holger krekel2015-02-112-4/+31
| | |\ \ \ | | | |/ / | | | | | | | | | | Fix issue11: Add a skip_install option on a per-environment level.
| | | * | Merged in fschulze/tox/echo-captured-output (pull request #132)holger krekel2015-02-090-0/+0
| | | |\ \ | | | | | | | | | | | | | | | | | | Add ``--result-tee`` option to echo output captured for the json result to stdout.
| | | * | | Add changelog entry.Florian Schulze2015-02-051-0/+1
| | | | | |
| | | * | | Always tee the output to stdout when --report-json is used.Florian Schulze2015-02-052-9/+10
| | | | | |
| | | * | | Merged defaultFlorian Schulze2015-01-2934-3012/+1610
| | | |\ \ \ | | | | |/ /
| | | * | | Add ``--result-tee`` option to echo output captured for the json result to ↵Florian Schulze2015-01-292-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | stdout.
| | * | | | Fix issue11: Add a skip_install option on a per-environment level.Julian Krause2015-01-223-1/+13
| | | |/ / | | |/| |
| * | | | Lessen factor use checkAlexander Schepanovski2014-12-292-1/+21
| |/ / / | | | | | | | | | | | | Fixes issue 191