summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-1/+1
| | | | and introducing list_dependencies_command. (Ted, Holger)
* bump version, fix tox.iniholger krekel2016-02-111-1/+1
|
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-141-1/+1
|
* merge branch issue285, bump versionsholger krekel2015-12-071-1/+1
|
* fix issue252: allow environment names with special characters.holger krekel2015-11-261-1/+1
| | | | Thanks Julien Castets for initial PR and patience.
* add changelog entryholger krekel2015-11-201-1/+1
|
* fix setenv/substitution bug2.2.1holger krekel2015-11-111-1/+1
|
* prepare 2.2.0holger krekel2015-11-111-1/+1
|
* add changelogholger krekel2015-10-291-1/+1
|
* some fixes for detox, preparing 2.1.12.1.1holger krekel2015-06-231-1/+1
|
* prepare 2.1.0 release2.1.0holger krekel2015-06-191-1/+1
|
* introduce a TOX_TESTENV_PASSENV setting which is honoredholger krekel2015-06-191-1/+1
| | | | when constructing the set of environment variables for test environments.
* allow all env variables during installation of dependenciesholger krekel2015-06-181-1/+1
|
* add SYSTEMDRIVE into default passenv on windows to allow pip6 to work.holger krekel2015-06-031-1/+1
| | | | Thanks Michael Krause.
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-131-5/+28
|
* - fix TMP env variable and test on windowsholger krekel2015-05-121-1/+1
| | | | | - add release announcement - bump version to 2.0.0
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-121-1/+1
| | | | experimental plugin hooks, use tox internals at your own risk.
* - store and show information about what is installed in each venvholger krekel2015-05-121-1/+1
| | | | | - rename internal methods to accomodate the fact that we are not only installing sdist's
* bump versionholger krekel2015-05-111-1/+1
|
* introduce little plugin system which allows to add command line options,holger krekel2015-05-081-1/+1
| | | | | perform extra configuration and determine how python executables are found (see hookspec)
* Backed out changeset cc1933175162holger krekel2015-05-081-1/+1
|
* introduce little plugin system based on pluggyholger krekel2015-05-081-1/+1
| | | | | and refactor/streamline some code with relation to getting executables
* trying out isolating env variablesholger krekel2015-04-211-1/+1
|
* remove empty vendor directoryholger krekel2015-04-201-1/+1
|
* bump versionholger krekel2015-03-241-1/+1
|
* - backout ability that --force-deps substitutes name/versions in1.9.2holger krekel2015-03-231-1/+1
| | | | | | | | | requirement files due to various issues. - This fixes issue228, fixes issue230, fixes issue231 which popped up with 1.9.1. - bump to 1.9.2 version
* bump versionholger krekel2015-03-231-1/+1
|
* bump to version 1.9.11.9.1holger krekel2015-03-231-1/+1
|
* fix issue227: use "-m virtualenv" instead of "-m virtualenv" to makeholger krekel2015-03-111-1/+1
| | | | it work with pyrun.
* add changelog and bump to dev versionholger krekel2015-03-091-1/+1
| | | | | allow --force-deps to override dependencies in "-r" requirements files. Thanks Sontek for the PR.
* 1.9.01.9.0holger krekel2015-02-241-1/+1
|
* fix issue199 -- fill result log structure ahead of creating virtualenvholger krekel2014-10-271-1/+1
|
* finalize 1.8.11.8.1holger krekel2014-10-241-1/+1
|
* py25 not supported anymoreholger krekel2014-09-251-3/+1
|
* bump to dev versionholger krekel2014-09-241-1/+1
|
* bump versions, add announcement1.8.0holger krekel2014-09-241-1/+1
|
* fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-231-1/+1
| | | | specifies an empty string
* fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-1/+1
|
* bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
|
* fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-151-1/+1
| | | | | | | The 1.7.0 behaviour broke a lot of OpenStack projects. See PR85 and the issue discussions for (far) more details, hopefully resulting in a more refined behaviour in the 1.8 series. And thanks to Clark Boylan for the PR.
* 1.7.1 quick bugfix release1.7.1holger krekel2014-03-281-1/+1
|
* try to go for 1.7.01.7.0holger krekel2014-01-291-2/+2
|
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-231-2/+2
|
* bump to 1.7.0.dev1holger krekel2013-12-091-1/+1
|
* fix issue132: removing zip_safe setting (so it defaults to false)holger krekel2013-11-121-1/+0
| | | | 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-241-1/+1
| | | | | | (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.
* more windows parsing fixesholger krekel2013-10-221-1/+1
|
* fix issue128: enable full substitution in install_command,holger krekel2013-10-101-1/+1
| | | | thanks for the PR to Ronald Evers
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-211-1/+1
| | | | | per-env HOME directory during install activities dependent on "--set-home" for now. Should re-establish the old behaviour.
* refactor docs and changelog1.6.0holger krekel2013-08-151-1/+1
|