summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* fix issue126: depend on virtualenv>=1.10.1 so that we can relyholger krekel2013-10-241-1/+1
* more windows parsing fixesholger krekel2013-10-221-1/+1
* fix issue128: enable full substitution in install_command,holger krekel2013-10-101-1/+1
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-211-1/+1
* refactor docs and changelog1.6.0holger krekel2013-08-151-1/+1
* ref pull request 65holger krekel2013-08-141-1/+1
* during installation of packages HOME is now set to a pseudoholger krekel2013-08-131-1/+1
* remove toxbootstrap.py for now because it is broken.holger krekel2013-08-131-1/+1
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-1/+3
* add new config options ``usedevelop`` and ``skipsdist`` as well as aholger krekel2013-07-161-1/+1
* always unset PYTHONDONTWRITEBYTE because newer setuptools doesn't like itholger krekel2013-07-091-1/+1
* fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-221-2/+2
* fix issue104 - use setuptools instead of distribute by default nowholger krekel2013-06-211-1/+1
* make sure virtualenv commands are found firstholger krekel2013-05-211-25/+2
* introduce white list for commandsholger krekel2013-05-211-1/+1
* mention command showing in changelogholger krekel2013-05-141-1/+1
* add changelog entry for fix of issue97 - allow substitutions toholger krekel2013-04-301-1/+1
* fix issue92 envsitepackagesdir to work correctly. Also fix the test.holger krekel2013-04-051-1/+1
* tentative re-licensing of tox to MIT licenseholger krekel2013-03-271-10/+10
* use --setuptools or --distribute option for virtualenv creationholger krekel2013-03-191-2/+2
* a few fixes and release preps1.4.3holger krekel2013-02-281-1/+1
* 1.4.3holger krekel2013-02-191-1/+1
* fix issue85 - failing links/sphinx docs - thanks Marc Abramowitzholger krekel2013-02-191-1/+1
* add -l to changelog, lukasz to contributors and some refinementsholger krekel2013-02-191-2/+2
* fix downloadcache determination to work according to docs: Onlyholger krekel2013-02-121-1/+1
* backout --extradeps addition; finally found a way to not need itholger krekel2013-02-031-1/+1
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-011-1/+1
* - new --installpkg optionholger krekel2013-01-301-1/+1
* * introduce a --installpkg=path option which will skip creation of an sdist a...holger krekel2013-01-281-1/+1
* add CHANGELOG entry for removal of PYTHONDONTWRITEBYTECODE workaroundholger krekel2012-11-291-1/+1
* require virtualenv==1.8.4 (1.8.3 breaks things)holger krekel2012-11-251-1/+1
* add Marc to changelog, contributors, bump versionholger krekel2012-11-231-1/+1
* Update my fork; merge from ssh://hg@bitbucket.org/hpk42/toxMarc Abramowitz2012-11-221-2/+2
|\
| * add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-2/+2
* | Make setup.py directly reference tox._quickstart:main so that tox/__init__.py...Marc Abramowitz2012-11-211-1/+1
* | Add a `tox-quickstart` command that asks a few questions and thenMarc Abramowitz2012-10-151-1/+1
|/
* (pep8)Piet Delport2012-08-191-2/+5