summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* dependency inject report object so that reporting can be modifiedholger krekel2011-12-291-1/+1
* prepare a 1.3 releaseholger krekel2011-12-211-1/+1
* small API adaptations to make things better fit for other rproject (detox). ...holger krekel2011-12-201-1/+1
* allow install step to honour setenv env variablesholger krekel2011-12-201-1/+1
* bump versionholger krekel2011-12-161-1/+1
* allow to specify wildcard depsholger krekel2011-12-131-2/+2
* Fix various documentation typos / misspellings.Piet Delport2011-11-241-1/+1
* fix linksholger krekel2011-11-211-3/+3
* bump version to 1.2 for soon releasing itholger krekel2011-11-081-1/+1
* bump versionholger krekel2011-11-011-1/+1
* hopefully fixes failing windows testsholger krekel2011-10-311-3/+3
* remove inlined virtualenv and add it to install_requiresholger krekel2011-10-301-2/+2
* fix warning check for commands to come from testenvholger krekel2011-08-191-1/+1
* update docs and rework them to better fit readthedocs1.1holger krekel2011-07-081-1/+1
* fix issue 2 - warn if a test command does not come from the test environment.holger krekel2011-07-071-1/+1
* fix issue3 - only require argparse for python versions that don't ship itholger krekel2011-07-071-2/+6