summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch tox_add_py33_and_py34tox_add_py33_and_py34holger krekel2014-04-270-0/+0
|
* tox.ini: Add py33 and py34Marc Abramowitz2014-04-241-1/+1
|
* Update jenkins specific documentation to use proper section name.Matthias Bach2014-04-011-3/+3
| | | | | | The configuration documentation still refered to tox:hudson instead of tox:jenkins. fixes #136
* 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
| | | | | call virtualenv through "python -m virtualenv" with the same interpreter which invoked tox. Thanks Chris Withers, Ionel Maries Cristian.
* 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
|\ | | | | | | doc/example/devenv.txt documentation update
| * 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
| | | | interpreter. Virtualenv might have been installed with a completely different interpreter (and might not work at all!) or it could have other issues caused by invoking the module directly (virtualenv 1.11 known to break). Also add a `virtualenvbin` config option in case it need overriding.
* 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
| | | | environments. Was wanted by Debian maintainer Barry Warsaw.
* 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
| | | | | to the setuptools-2.0 dropping support. tox now has no support for creating python2.5 virtualenv environments anymore.
* 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 period before the version number.
* | Correctly determine the package version if the package file name contains a ↵Matt Jeffery2013-12-091-1/+1
| | | | | | | | period before the version number.
* | 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
| | | | | | | | override tox.ini specified dependencies in setuptools-style. For example "--force-dep 'django<1.6'" will make sure that any environment using "django" as a dependency will get the latest 1.5 release. Thanks Bruno Oliveria for the complete PR.
* 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
| | | | | and offers a "--hashseed" option to repeat a test run with a specific seed. Thanks Chris Jerdonek for all the work behind this.
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-145-12/+191
| | | | | | | This commit also causes Tox to set PYTHONHASHSEED for test commands to a random integer generated when tox is invoked. See the issue here: https://bitbucket.org/hpk42/tox/issue/125
* fix issue132: removing zip_safe setting (so it defaults to false)holger krekel2013-11-122-1/+4
| | | | to allow installation of tox via easy_install/eggs. Thanks Jenisys.
* fix issue126: depend on virtualenv>=1.10.1 so that we can relyholger krekel2013-10-242-3/+8
| | | | | | (hopefully) on a pip version which supports --pre. (tox by default uses to --pre). Note that tox also vendors an older virtualenv for supporting python2.5 -- although the latter will be dropped at some point.
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-243-11/+20
| | | | | and expect it to run without the need to recreate. Thanks jenisys for precise reporting.
* 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
| | | | | | creation of unicode stdout/stderr streams. fixes a problem on specific platform configs when creating virtualenvs with Python3.3. Thanks Jorgen Sch?fer or investigation and solution sketch.