summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1/+1
|\
| * 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
* | add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-2/+2
|/
* (pep8)Piet Delport2012-08-191-2/+5
* Update homepage link to tox.testrun.org.Piet Delport2012-08-191-1/+1
* fix grouping of index-server specified depsholger krekel2012-08-041-1/+1
* prepare a 1.4.2 release which fixes some tests1.4.2holger krekel2012-07-201-1/+1
* bump versionholger krekel2012-07-181-1/+1
* makeholger krekel2012-07-181-1/+15
* release 1.4.1 to include the windows quoting fix1.4.1holger krekel2012-07-031-1/+1
* bump version to 1.5.dev1holger krekel2012-06-131-2/+2
* try finalise tox 1.4 releaseholger krekel2012-06-121-3/+3
* fix tests, bump versionholger krekel2012-06-111-1/+1
* bump versionholger krekel2012-06-111-1/+1
* don't warn if a test command is specified in a relative mannerholger krekel2012-06-081-2/+2
* fix issue33 - commentchars in key-value sections are ignored or to put it pos...holger krekel2012-06-081-3/+3
* change substitution syntax once more, to:holger krekel2012-06-081-1/+1
* bump versionholger krekel2012-06-051-1/+1
* bump versionholger krekel2012-06-031-1/+1
* bump versionholger krekel2012-05-191-2/+2
* Require virtualenv 1.7 for --system-site-packagesSimon Sapin2012-02-201-2/+2
* * refactor code and tests to work through an "Action" object whichholger krekel2012-01-061-1/+1