summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test_quickstart: Use multilines and add comments for better understandingMarc Abramowitz2014-04-281-21/+139
* Fix test_quickstart failuresMarc Abramowitz2014-04-271-14/+16
* 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 --sitepackages to force sitepackages=True in allholger krekel2013-12-091-0/+5
* introduce --no-network switch for running testsholger krekel2013-12-091-3/+3
* remove training noteholger krekel2013-12-091-1/+1
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-092-54/+26
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-221-4/+7
* Added --force-dep-version command-line optionBruno Oliveira2013-11-211-2/+57
* merged PR125: tox now sets "PYTHONHASHSEED" if it is not setholger krekel2013-11-151-0/+3
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-142-1/+137
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-241-4/+6
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-221-1/+9
* more windows parsing fixesholger krekel2013-10-221-10/+10
* fix parsing/escaping bugs on windows32holger krekel2013-10-141-0/+22
* expand install_command_substitutions test caseRonald Evers2013-10-101-2/+4
* use substitution in install_commandRonald Evers2013-10-101-0/+9
* substitute substition for substitutionRonald Evers2013-10-091-11/+11
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-041-2/+2
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-1/+1
* fix test runs on environments without a home directoryholger krekel2013-09-042-8/+19
* 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
* fix issue119: sitepackagesdir now correctly points to virtualenv dir, not tox...holger krekel2013-08-211-1/+1
* refactor docs and changelog1.6.0holger krekel2013-08-152-9/+6
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-153-91/+120
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-152-22/+32
* extend pseudo-homedir with .pip/pip.conf so that any "pip" commandholger krekel2013-08-151-0/+12
* ref pull request 65holger krekel2013-08-142-13/+28
* issue_1_empty_setup_py: fix for issue #1: Empty setup.py leads to very obscur...Anthon van der Neut2013-08-141-0/+48
* 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
* | fix issue113: let all quickstart test work in fresh temp dir. Thanks Anthon ...holger krekel2013-08-141-3/+3
* | 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-092-4/+24
* | Add test for IniReader.getargv.Carl Meyer2013-08-091-0/+10
* | 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-082-9/+14
* | Config parser shlex-splits install_deps_command.Carl Meyer2013-08-081-1/+2
* | Add install_deps_command testenv option.Carl Meyer2013-08-081-0/+8
|/
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-17/+9
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-0/+37
* Compute skipsdist default at config parse timeMatt Good2013-08-071-0/+18
* Make "usedevelop" a [testenv] setting instead of a [tox] settingMatt Good2013-08-061-3/+2