summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup internal env variable code a bitholger krekel2015-06-181-1/+0
* remove --set-home option which probably nobody used and was hackily implementedholger krekel2015-06-181-45/+0
* allow all env variables during installation of dependenciesholger krekel2015-06-181-1/+5
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-121-8/+8
* refactor testenv section parser to work by registering ini attributesholger krekel2015-05-111-1/+1
* make tox_get_python_executable hook receive "envconfig" instead of just basep...holger krekel2015-05-101-1/+2
* introduce little plugin system which allows to add command line options,holger krekel2015-05-081-1/+1
* Backed out changeset cc1933175162holger krekel2015-05-081-1/+1
* introduce little plugin system based on pluggyholger krekel2015-05-081-1/+1
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-16/+42
* remove the long-deprecated "distribute" option as it has no effect these days.holger krekel2015-04-211-32/+4
* trying out isolating env variablesholger krekel2015-04-211-3/+8
* fix tests for "-m" virtualenv change of last commitholger krekel2015-03-111-2/+2
* Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-061-0/+19
* add test and changelog for better report if we can't get version_infoholger krekel2014-09-231-0/+7
* fix issue152: set VIRTUAL_ENV when running test commands,holger krekel2014-09-231-0/+1
* fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-0/+2
* Fixed console encoding issueThomas Khyn2014-08-021-2/+0
* bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
* Fix "flakes" problemsMarc Abramowitz2014-04-271-5/+5
* Refix virtualenv calling - use `python -m virtualenv` instead.Ionel Maries Cristian2014-03-251-1/+1
* Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-251-2/+5
* Backed out changeset: f54ba7b918e8Ionel Maries Cristian2014-03-251-1/+1
* Improve assertion to pass on windows.Ionel Cristian Maries2014-01-111-1/+1
* Change tox to use the virtualenv bin instead of invoking it with the current ...Ionel Maries Cristian2014-01-111-5/+2
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-091-0/+2
* also remove py25calls special handling in testsholger krekel2013-12-091-7/+5
* introduce --no-network switch for running testsholger krekel2013-12-091-3/+3
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-141-0/+15
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-241-4/+6
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-041-2/+2
* fix issue118: tests should check realpath() on both sides. Thanks Barry Warsaw.holger krekel2013-08-211-2/+4
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-211-0/+18
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-55/+3
* extend pseudo-homedir with .pip/pip.conf so that any "pip" commandholger krekel2013-08-151-0/+12
* ref pull request 65holger krekel2013-08-141-10/+12
* ref issue91 - use a vendored virtualenv-1.9.1 when creating python-2.5 enviro...holger krekel2013-08-141-0/+6
|\
| * use inlined virtualenv-1.9.1 and pip<1.4 for CPython 2.5 / Jython 2.5mete0r2013-08-141-0/+6
* | during installation of packages HOME is now set to a pseudoholger krekel2013-08-131-0/+13
* | Don't pass --download-cache option to installer if downloadcache option is no...Carl Meyer2013-08-091-4/+0
* | Avoid adding --download-cache option to non-pip custom installers.Carl Meyer2013-08-081-0/+15
* | Use the install_command option for all installs.Carl Meyer2013-08-081-5/+4
|/
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-10/+15
* Add develop to the configs that trigger recreateMonty Taylor2013-07-161-0/+12
* fix issue104 - use setuptools instead of distribute by default nowholger krekel2013-06-211-1/+1
* make sure virtualenv commands are found firstholger krekel2013-05-211-0/+14
* introduce white list for commandsholger krekel2013-05-211-0/+15
* Show full command that is being run during testsLukasz Balcerzak2013-05-091-0/+10
* use --setuptools or --distribute option for virtualenv creationholger krekel2013-03-191-0/+1
* fix downloadcache determination to work according to docs: Onlyholger krekel2013-02-121-5/+13