summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* Implement a fix for bare {posargs} substitutionChris Rose2011-07-191-8/+27
* fixes issue 7.holger krekel2011-05-262-0/+11
* - rename environment to "setenv" to disambiguate a bit between test "environe...holger krekel2011-05-263-7/+8
* Merged upstreamChris Rose2011-05-012-5/+26
|\
| * When an environment value is provided by the session, _add_ it to the os.envi...Chris Rose2011-04-301-1/+7
| * Implement support for an environment section in the testenv configurationChris Rose2011-04-292-5/+20
* | remove downloaded virtualenv.py after bootstrap creationholger krekel2011-05-012-2/+2
|/
* remove usage of inipkg for nowholger krekel2011-04-292-16/+19
* bump to version 1.0.dev1holger krekel2011-04-281-1/+1
* merge Chris Rose changes and enhancements/fixes to issue10 and 15holger krekel2011-04-284-16/+10
|\
| * merge issue22 - use virtualenv-1.6, drop virtualenv5holger krekel2011-04-281-1/+1
| |\
| * | Updated tests to not expect virtualenv3/5 anymore.Jannis Leidel2011-04-052-13/+6
| |/
| * rename Hudson to Jenkins everywhereholger krekel2011-03-212-3/+3
| * fix issue 20 - document development URLs for depsholger krekel2011-03-211-1/+1
| * fix issue14 - report errors related to test commandholger krekel2011-03-211-0/+1
* | Fix an error with parsing commands that have multiple substitutionsChris Rose2011-01-091-50/+71
* | Make it possible to have commands that contain (amongst other things) regex c...Chris Rose2011-01-081-10/+140
|/
* require virtualenv-1.5.1 - bump version numberholger krekel2010-11-271-1/+1
* going for 0.90.9holger krekel2010-11-252-2/+2
* release prepsholger krekel2010-11-251-1/+1
* show log file content if there are errors, streamline reporting a bit, bump v...holger krekel2010-11-132-5/+8
* don't change to toxbootstrap location, work from current dirholger krekel2010-11-131-1/+1
* add a test for install_sdist and indexservers andholger krekel2010-11-131-2/+2
* actually use a simpler indexserver definition after allholger krekel2010-11-083-16/+9
* revamp and document indexserver handlingholger krekel2010-11-083-31/+84
* not sure it's a good idea to use --upgrade for installing sdist by default.holger krekel2010-11-081-1/+2
* always use --upgrade for sdist installsholger krekel2010-11-071-3/+3
* streamline tmpdir creationholger krekel2010-10-231-2/+2
* give dummy hash value if asked for a directoryholger krekel2010-10-211-1/+1
* some refinements to bootstrapping and config option helpholger krekel2010-10-211-2/+2
* fix documentation and doc environmentholger krekel2010-10-211-1/+1
* redo --upgrade option to be a "--recreate" option to force recreation of virt...holger krekel2010-10-212-8/+8
* changed/refined indexserver handling, now dependencies can be scoped, see add...holger krekel2010-10-172-18/+38
* use py.apipkg, strike one package dependencyholger krekel2010-10-152-4/+3
* introduce -U | --upgrade mode and config option. Document examples.holger krekel2010-10-152-8/+22
* add ability to specify index serverholger krekel2010-10-152-2/+9
* use and depend on new iniconfig packageholger krekel2010-10-121-10/+9
* fixing some pip-installs by unsetting PIP_RESPECT_VIRTUALENVholger krekel2010-09-232-1/+5
* majorly refactor and refine venv-config detection to only work from a single ...holger krekel2010-07-302-88/+86
* workaround virtualenv issueholger krekel2010-07-281-0/+4
* remove trailing whitespaceholger krekel2010-07-264-45/+45
* run install activities with cwd=envbinlogdir to avoid envname/dep clashesholger krekel2010-07-152-3/+3
* check distribute/sitepackges/tox-version config on virtualenv creationholger krekel2010-07-141-2/+14
* only allow True or False on boolean config valuesholger krekel2010-07-141-1/+7
* add sitepackages option and bump version number to the to-be-released 0.7holger krekel2010-07-143-2/+4
* substitute references: virtualenv3 -> virtualenv5holger krekel2010-07-143-5/+5
* use virtualenv5 for nowholger krekel2010-07-141-1/+1
* (fixes issue1) always prepend venv-bin path to PATH variableholger krekel2010-07-141-5/+1
* (fixes issue2) exit with proper non-zero code if there were errors or failures.holger krekel2010-07-141-2/+3
* bump version to 0.7a1, improve docsholger krekel2010-07-131-1/+1