summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close branchallow_backslash_escape_curly_braces_msabramo_2holger krekel2014-10-240-0/+0
* Add test_posargs_backslashed_or_quotedMarc Abramowitz2014-05-111-0/+17
* Allow backslashing curly braces to prevent expansionMarc Abramowitz2014-04-031-3/+3
* Update jenkins specific documentation to use proper section name.Matthias Bach2014-04-011-3/+3
* bump doc version to 1.7.1holger krekel2014-03-281-1/+1
* Added tag 1.7.1 for changeset c7155565c89dholger krekel2014-03-280-0/+0
* 1.7.1 quick bugfix release1.7.1holger krekel2014-03-284-4/+4
* fix issue158 and fix issue155: windows/virtualenv properly works now:holger krekel2014-03-252-0/+5
* Refix virtualenv calling - use `python -m virtualenv` instead.Ionel Maries Cristian2014-03-252-7/+2
* Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-253-4/+12
* Backed out changeset: f54ba7b918e8Ionel Maries Cristian2014-03-251-1/+1
* Backed out changeset: 0b3ce1895d03Ionel Maries Cristian2014-03-252-1/+2
* fix issue162: don't list python 2.5 as compatibiliy/supportedholger krekel2014-03-244-12/+8
* Merged in jurko/tox/jurko/documentation-fixes (pull request #87)holger krekel2014-03-242-45/+62
|\
| * 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