summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch jurko/documentation-fixesjurko/documentation-fixesholger krekel2014-03-240-0/+0
* trim trailing spaces in doc/config.txtJurko Gospodneti?2014-03-231-12/+12
* fix documentation typoJurko Gospodneti?2014-03-231-1/+1
* stylistic documentation wording cleanupJurko Gospodneti?2014-03-231-32/+49
* fix documentation typoJurko Gospodneti?2014-03-231-1/+1
* fix doc versionholger krekel2014-01-291-1/+1
* Added tag 1.7.0 for changeset 5b4e536b8d38holger krekel2014-01-290-0/+0
* try to go for 1.7.01.7.0holger krekel2014-01-295-11/+6
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-235-7/+16
* add changelog entry and extend list of contributorsholger krekel2014-01-122-1/+12
* Remove virtualenvbin config option.Ionel Cristian Maries2014-01-122-2/+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-113-12/+4
* allow to run tox as 'python -m tox', which is handy on Windozeanatoly techtonik2013-12-301-0/+3
* small updates to tox/pytest sectionholger krekel2013-12-101-11/+8
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-093-2/+11
* bump to 1.7.0.dev1holger krekel2013-12-092-2/+2
* also remove py25calls special handling in testsholger krekel2013-12-091-7/+5
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-093-2/+15
* introduce --no-network switch for running testsholger krekel2013-12-094-7/+19
* remove training noteholger krekel2013-12-093-4/+2
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-0910-2665/+49
* mergeholger krekel2013-12-091-2/+2
|\
| * clarify we want test dependencies, not app dependencies.holger krekel2013-11-271-2/+2
* | Merged in mattjeffery/tox/bug/period_pkg_name (pull request #82)holger krekel2013-12-090-0/+0
|\ \ | |/
* | Correctly determine the package version if the package file name contains a p...Matt Jeffery2013-12-091-1/+1
* | Created new branch bug/period_pkg_nameMatt Jeffery2013-12-090-0/+0
|/
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-223-12/+24
* Added --force-dep-version command-line optionBruno Oliveira2013-11-213-2/+89
* fix changelog entry for hashseed. Thanks Chris Jerdonek.holger krekel2013-11-151-2/+3
* merged PR125: tox now sets "PYTHONHASHSEED" if it is not setholger krekel2013-11-152-0/+7
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-145-12/+191
* fix issue132: removing zip_safe setting (so it defaults to false)holger krekel2013-11-122-1/+4
* fix issue126: depend on virtualenv>=1.10.1 so that we can relyholger krekel2013-10-242-3/+8
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-243-11/+20
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-223-2/+14
* more windows parsing fixesholger krekel2013-10-225-94/+52
* fix issue129: tox now uses Popen(..., universal_newlines=True) to forceholger krekel2013-10-224-2/+10
* fix parsing/escaping bugs on windows32holger krekel2013-10-143-2/+43
* fix issue128: enable full substitution in install_command,holger krekel2013-10-103-2/+8
* expand install_command_substitutions test caseRonald Evers2013-10-101-2/+4
* remove replace kwarg in install_command handling, True is the defaultRonald Evers2013-10-101-1/+0
* use substitution in install_commandRonald Evers2013-10-102-1/+17
* remove unused kwarg rexpattern from IniReader._replaceRonald Evers2013-10-091-3/+2
* substitute substition for substitutionRonald Evers2013-10-094-36/+36
* config documentation typo fixupRonald Evers2013-10-081-3/+3
* Merged in glarrain/tox/glarrain/readme-removed-duplicated-line-1378443596400 ...holger krekel2013-09-061-2/+0
|\
| * README: removed duplicated lineGerman Larrain2013-09-061-2/+0
|/
* Added tag 1.6.1 for changeset 2e580ee6feeaholger krekel2013-09-040-0/+0
* pass PIP_INSECURE as env var in py25 environment1.6.1holger krekel2013-09-041-0/+3