summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
...
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-221-1/+2
* more windows parsing fixesholger krekel2013-10-222-82/+39
* fix issue129: tox now uses Popen(..., universal_newlines=True) to forceholger krekel2013-10-223-2/+5
* fix parsing/escaping bugs on windows32holger krekel2013-10-141-2/+19
* fix issue128: enable full substitution in install_command,holger krekel2013-10-101-1/+1
* remove replace kwarg in install_command handling, True is the defaultRonald Evers2013-10-101-1/+0
* use substitution in install_commandRonald Evers2013-10-101-1/+8
* remove unused kwarg rexpattern from IniReader._replaceRonald Evers2013-10-091-3/+2
* substitute substition for substitutionRonald Evers2013-10-091-13/+13
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-041-3/+3
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-4/+2
* fix test runs on environments without a home directoryholger krekel2013-09-041-4/+15
* remove printsholger krekel2013-08-211-2/+0
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-213-4/+12
* fix issue119: sitepackagesdir now correctly points to virtualenv dir, not tox...holger krekel2013-08-211-1/+3
* refactor docs and changelog1.6.0holger krekel2013-08-152-4/+6
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-154-98/+191
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-153-7/+18
* extend pseudo-homedir with .pip/pip.conf so that any "pip" commandholger krekel2013-08-151-1/+4
* ref pull request 65holger krekel2013-08-144-8/+18
* issue_1_empty_setup_py: fix for issue #1: Empty setup.py leads to very obscur...Anthon van der Neut2013-08-141-1/+21
* ref issue91 - use a vendored virtualenv-1.9.1 when creating python-2.5 enviro...holger krekel2013-08-142-4/+2613
|\
| * Add missing virtualenv-1.9.1.py and fix to use indexserver.urlmete0r2013-08-142-6/+2585
| * use inlined virtualenv-1.9.1 and pip<1.4 for CPython 2.5 / Jython 2.5mete0r2013-08-141-4/+34
* | during installation of packages HOME is now set to a pseudoholger krekel2013-08-132-5/+31
* | remove toxbootstrap.py for now because it is broken.holger krekel2013-08-131-1/+1
* | Add --download-cache if set in config; don't try to check installer.Carl Meyer2013-08-091-9/+6
* | Don't pass --download-cache option to installer if downloadcache option is no...Carl Meyer2013-08-091-3/+3
* | Avoid adding --download-cache option to non-pip custom installers.Carl Meyer2013-08-081-6/+9
* | Use the install_command option for all installs.Carl Meyer2013-08-082-15/+21
* | Config parser shlex-splits install_deps_command.Carl Meyer2013-08-081-1/+7
* | Add install_deps_command testenv option.Carl Meyer2013-08-081-0/+2
|/
* dash_e_all: fixes failing test caused by -e changeAnthon van der Neut2013-08-081-3/+4
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-7/+0
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-21/+2
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-082-4/+43
* Compute skipsdist default at config parse timeMatt Good2013-08-072-12/+7
* Make "usedevelop" a [testenv] setting instead of a [tox] settingMatt Good2013-08-062-8/+15
* Merged in anthon_van_der_neut/tox (pull request #53)holger krekel2013-08-066-7/+122
|\
| * introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-066-7/+122
* | stringify config_interpreterAnthon van der Neut2013-08-051-1/+1
* | fix for #108Anthon van der Neut2013-08-041-0/+2
|/
* Use the python from the venv for setup.py --nameMonty Taylor2013-07-161-1/+1
* Add develop to the configs that trigger recreateMonty Taylor2013-07-162-6/+13
* Report better on what we're doingMonty Taylor2013-07-161-4/+5
* Don't run --no-deps on intial installMonty Taylor2013-07-161-2/+7
* Expand --develop help text to be more correctMonty Taylor2013-07-161-1/+2
* add new config options ``usedevelop`` and ``skipsdist`` as well as aholger krekel2013-07-161-1/+1
* Add command line option for developMonty Taylor2013-07-162-3/+6
* Add test to use usedevelopMonty Taylor2013-07-111-2/+2