index
:
delta/python-packages/tox.git
174-voting-testenv
Pentusha/docs-add-pypy3-support-1408431512815
The-Compiler/fix-typo-1466505573719
abort_by_default_when_a_command_fails
add-py35
alex_gaynor/allow-in-factor-names-for-multidimensio-1411745805716
allow_backslash_escape_curly_braces_msabramo_2
bittner/remove-invalid-return-value-in-toxcmdlin-1465935081972
bug/period_pkg_name
bug_181
complex-projname-initproj
config-in-setup-cfg
d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676
develop-pip-win32
doc_fix_broken_links
doc_update_jenkins_example_3
document-py-env
echo-captured-output
evvers/add-deps-to-basictxt-example-without-dep-1400352654797
file-instead-of-pipe
fix-doc-env
fix-flakes
fix-force-dep-with-reqs-file
fix-force-dep-with-reqs-file-with-pip
fix-issue-120-commands-subs
fix-minor-typos-in-config-doc
fix_console_encoding
fix_env_use
fix_issue_265
fix_test_quickstart
fix_test_sdistonly
fix_tox_envlist
generative-example
glarrain/readme-removed-duplicated-line-1378443596400
hgignore_flakes_cache
hook/report-status
ionelmc/correct-incorrect-docs-on-platform-1448372605209
issue-10-pip-UnicodeDecodeError
issue-235-fix-installpkg
issue191
issue198
issue285
issue302
issue336
issue352
issue_164_msabramo_1
jezdez/added-readme-to-package-manifest-templat-1372083252428
jtpereyda-cleanup
jurko/documentation-fixes
lessen-factor-use-check
maquilina/fix-minor-grammatical-error-in-readmerst-1431506151478
master
missing_interpreter_config_option
passenv_multiline
pluggy
posargs-fix
skip-missing-interpreter
stevepiercy/grammar-fixes-1430426650165
stevepiercy/insert-missing-the-for-grammar-rewrap-to-1431248739542
tbekolay/better-setuptools-integration-in-basic-1400524487298
test_quickstart_multiline_with_comments
tomviner/typo-extra-in-docs-basictxt--1415645866375
tox-1.8-maint
tox_add_py33_and_py34
tox_ini_add_flakes_target_3
tox_quickstart_add_py34
typofix
use-venv191-pip13-for-python25
bitbucket.org: Obsolete (use python-packages/tox-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_venv.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup internal env variable code a bit
holger krekel
2015-06-18
1
-1
/
+0
*
remove --set-home option which probably nobody used and was hackily implemented
holger krekel
2015-06-18
1
-45
/
+0
*
allow all env variables during installation of dependencies
holger krekel
2015-06-18
1
-1
/
+5
*
rename internal files -- in any case tox offers no external API except for the
holger krekel
2015-05-12
1
-8
/
+8
*
refactor testenv section parser to work by registering ini attributes
holger krekel
2015-05-11
1
-1
/
+1
*
make tox_get_python_executable hook receive "envconfig" instead of just basep...
holger krekel
2015-05-10
1
-1
/
+2
*
introduce little plugin system which allows to add command line options,
holger krekel
2015-05-08
1
-1
/
+1
*
Backed out changeset cc1933175162
holger krekel
2015-05-08
1
-1
/
+1
*
introduce little plugin system based on pluggy
holger krekel
2015-05-08
1
-1
/
+1
*
fix PEP8 violations
Vladimir Vitvitskiy
2015-04-23
1
-16
/
+42
*
remove the long-deprecated "distribute" option as it has no effect these days.
holger krekel
2015-04-21
1
-32
/
+4
*
trying out isolating env variables
holger krekel
2015-04-21
1
-3
/
+8
*
fix tests for "-m" virtualenv change of last commit
holger krekel
2015-03-11
1
-2
/
+2
*
Add --pre and testenv pip_pre options, no --pre by default.
Carl Meyer
2014-10-06
1
-0
/
+19
*
add test and changelog for better report if we can't get version_info
holger krekel
2014-09-23
1
-0
/
+7
*
fix issue152: set VIRTUAL_ENV when running test commands,
holger krekel
2014-09-23
1
-0
/
+1
*
fix issue148: ignore __PYVENV_LAUNCHER__ for subproc
holger krekel
2014-09-02
1
-0
/
+2
*
Fixed console encoding issue
Thomas Khyn
2014-08-02
1
-2
/
+0
*
bump version and release 1.7.2
1.7.2
holger krekel
2014-07-15
1
-1
/
+1
*
Fix "flakes" problems
Marc Abramowitz
2014-04-27
1
-5
/
+5
*
Refix virtualenv calling - use `python -m virtualenv` instead.
Ionel Maries Cristian
2014-03-25
1
-1
/
+1
*
Backed out changeset: 228071477cfb
Ionel Maries Cristian
2014-03-25
1
-2
/
+5
*
Backed out changeset: f54ba7b918e8
Ionel Maries Cristian
2014-03-25
1
-1
/
+1
*
Improve assertion to pass on windows.
Ionel Cristian Maries
2014-01-11
1
-1
/
+1
*
Change tox to use the virtualenv bin instead of invoking it with the current ...
Ionel Maries Cristian
2014-01-11
1
-5
/
+2
*
fix issue105 -- don't depend on an existing HOME directory from tox tests.
holger krekel
2013-12-09
1
-0
/
+2
*
also remove py25calls special handling in tests
holger krekel
2013-12-09
1
-7
/
+5
*
introduce --no-network switch for running tests
holger krekel
2013-12-09
1
-3
/
+3
*
Address issue #125 by adding a --hashseed command-line option.
Chris Jerdonek
2013-11-14
1
-0
/
+15
*
fix issue130: you can now set install_command=easy_install {opts} {packages}
holger krekel
2013-10-24
1
-4
/
+6
*
fix issue102: change to {toxinidir} when installing packages and dependencies.
holger krekel
2013-09-04
1
-2
/
+2
*
fix issue118: tests should check realpath() on both sides. Thanks Barry Warsaw.
holger krekel
2013-08-21
1
-2
/
+4
*
fix issue116: make 1.6 introduced behaviour of changing to a
holger krekel
2013-08-21
1
-0
/
+18
*
move all interpreter information detection to tox/interpreters.py
holger krekel
2013-08-15
1
-55
/
+3
*
extend pseudo-homedir with .pip/pip.conf so that any "pip" command
holger krekel
2013-08-15
1
-0
/
+12
*
ref pull request 65
holger krekel
2013-08-14
1
-10
/
+12
*
ref issue91 - use a vendored virtualenv-1.9.1 when creating python-2.5 enviro...
holger krekel
2013-08-14
1
-0
/
+6
|
\
|
*
use inlined virtualenv-1.9.1 and pip<1.4 for CPython 2.5 / Jython 2.5
mete0r
2013-08-14
1
-0
/
+6
*
|
during installation of packages HOME is now set to a pseudo
holger krekel
2013-08-13
1
-0
/
+13
*
|
Don't pass --download-cache option to installer if downloadcache option is no...
Carl Meyer
2013-08-09
1
-4
/
+0
*
|
Avoid adding --download-cache option to non-pip custom installers.
Carl Meyer
2013-08-08
1
-0
/
+15
*
|
Use the install_command option for all installs.
Carl Meyer
2013-08-08
1
-5
/
+4
|
/
*
introduce --reportjson=PATH option to write out test run information (version...
holger krekel
2013-08-06
1
-10
/
+15
*
Add develop to the configs that trigger recreate
Monty Taylor
2013-07-16
1
-0
/
+12
*
fix issue104 - use setuptools instead of distribute by default now
holger krekel
2013-06-21
1
-1
/
+1
*
make sure virtualenv commands are found first
holger krekel
2013-05-21
1
-0
/
+14
*
introduce white list for commands
holger krekel
2013-05-21
1
-0
/
+15
*
Show full command that is being run during tests
Lukasz Balcerzak
2013-05-09
1
-0
/
+10
*
use --setuptools or --distribute option for virtualenv creation
holger krekel
2013-03-19
1
-0
/
+1
*
fix downloadcache determination to work according to docs: Only
holger krekel
2013-02-12
1
-5
/
+13
[next]