summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close branchadd-py35holger krekel2015-05-080-0/+0
|
* 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
| |/ |/|
* | explain how to disable PYTHONHASHSEEDAlexandre Conrad2014-12-202-2/+6
| |
* | refine determination if we run from Jenkins, thanks Borge Lanes.holger krekel2014-12-111-0/+2
| |
* | Add test for getcontextname()Borge Lanes2014-12-101-0/+14
| |
* | Determine Jenkins environment as described in docsBorge Lanes2014-12-021-1/+1
| | | | | | | | HUDSON_URL is still checked for backward compatibility.
* | Merged in tomviner/tox/tomviner/typo-extra-in-docs-basictxt--1415645866375 ↵holger krekel2014-11-111-1/+1
|\ \ | | | | | | | | | | | | | | | (pull request #126) Typo: extra } in docs, basic.txt
| * | Typo: extra } in docs, basic.txtTom V2014-11-101-1/+1
|/ /
* | merge tox-1.8 maintenanceholger krekel2014-10-277-11/+33
|\ \
| * | fix issue199 -- fill result log structure ahead of creating virtualenvholger krekel2014-10-275-10/+23
| | |
| * | Added tag 1.8.1 for changeset 2aa9b587d12aholger krekel2014-10-270-0/+0
| | |
| * | finalize 1.8.11.8.1holger krekel2014-10-244-4/+4
| | |
| * | adapt test from @msabramo about curly braches (fixes related to issue150)holger krekel2014-10-241-2/+2
| | |
| * | add some changelogs for the merged PRsholger krekel2014-10-242-0/+12
| | |
* | | port fix of testholger krekel2014-10-241-2/+2
| | |
* | | Merged in carljm/tox (pull request #123)holger krekel2014-10-212-5/+37
|\ \ \ | |/ / | | | | | | Add --pre and testenv pip_pre options, no --pre by default.
| * | Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull ↵holger krekel2014-10-142-3/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | request #93) Allow backslashing curly braces to prevent expansion
| | * | Add test_posargs_backslashed_or_quotedMarc Abramowitz2014-05-111-0/+17
| | | |
| | * | Allow backslashing curly braces to prevent expansionMarc Abramowitz2014-04-031-3/+3
| | | | | | | | | | | | | | | | e.g.: commands=echo \{posargs\} = {posargs}
| * | | Merged in ↵holger krekel2014-10-122-2/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-1411745805716 (pull request #124) Finished "." in factor names pull-request
| | * | | Recognize period in envnames in factor conditionsAlexander Schepanovski2014-10-122-5/+12
| | | | |
| | * | | Added a test for period in factorAlex Gaynor2014-09-261-0/+8
| | | | |
| | * | | Allow "." in factor names for multi-dimensional tests.Alex Gaynor2014-09-261-1/+1
| | | | |
* | | | | Expand help text for --pre option.Carl Meyer2014-10-071-1/+2
| | | | |
* | | | | Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-066-3/+71
|/ / / /
* | | | Do not rely on specific errno numbers in testsMarius Gedminas2014-09-281-1/+1
| | | | | | | | | | | | | | | | The error number differs on different platforms (Windows vs Linux).
* | | | Report subprocess exit code when invocation failsMarius Gedminas2014-09-262-6/+6
|/ / / | | | | | | | | | Fixes #192
* | | fix issue190: allow setenv to be emptyholger krekel2014-09-253-0/+22
| | |
* | | py25 not supported anymoreholger krekel2014-09-251-3/+1
| | |
* | | bump to dev versionholger krekel2014-09-242-2/+2
| | |
* | | fix release announceholger krekel2014-09-241-1/+1
| | |
* | | Added tag 1.8.0 for changeset b7374e501bdeholger krekel2014-09-240-0/+0
| | |
* | | bump versions, add announcement1.8.0holger krekel2014-09-246-6/+60
| | |
* | | add test and changelog for better report if we can't get version_infoholger krekel2014-09-232-0/+10
| | | | | | | | | | | | from an interpreter executable.
* | | Merged in flub/tox (pull request #119)holger krekel2014-09-231-0/+3
|\ \ \ | | | | | | | | | | | | Better error reporting for a bad interpreter
| * | | Better error reporting for a bad interpreterFloris Bruynooghe2014-09-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When an interpreter's binary exists but no valid version_info is extracted the error message right now simply says <2.5 is not supported which is not very helpful. This tries to improve the error reporting for this case.
* | | | fix issue152: set VIRTUAL_ENV when running test commands,holger krekel2014-09-232-0/+3
| | | | | | | | | | | | | | | | thanks Florian Ludwig.
* | | | Merged in ludwigf/tox (pull request #114)holger krekel2014-09-2312-73/+361
|\ \ \ \ | | | | | | | | | | | | | | | set VIRTUAL_ENV for test commands
| * | | | fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-235-2/+22
| |/ / / | | | | | | | | | | | | specifies an empty string
| * | | fix typo in stevens nameholger krekel2014-09-021-1/+1
| | | |
| * | | Merged in Pentusha/tox/Pentusha/docs-add-pypy3-support-1408431512815 (pull ↵holger krekel2014-09-021-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | request #117) add pypy3 support to docs
| | * | | docs add pypy3 supportIvan Larin2014-08-191-0/+1
| | | | |