summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ref pull request 65holger krekel2013-08-141-1/+1
| | | | | | | make tox run its tests against python2.5 as well vendor virtualenv as 'virtualenv.py' instead of 'virtualenv-1.9.1.py' which triggers some weird logic preventing tox to run its tests on itself.
* during installation of packages HOME is now set to a pseudoholger krekel2013-08-131-1/+1
| | | | | | location (envtmpdir/pseudo-home). Also, if an index url was specified a .pydistutils.cfg file will be written so that index_url is set if a package contains a ``setup_requires``.
* remove toxbootstrap.py for now because it is broken.holger krekel2013-08-131-1/+1
| | | | add changelog entry for Carl wrt install_command
* introduce --reportjson=PATH option to write out test run information ↵holger krekel2013-08-061-1/+3
| | | | (version 1).
* add new config options ``usedevelop`` and ``skipsdist`` as well as aholger krekel2013-07-161-1/+1
| | | | | command line option ``--develop`` to install the package-under-test in develop mode. thanks Monty Taylor.
* 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
| | | | reference from other sections (thanks Krisztian Fekete)
* 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
| | | | depending on config variable
* 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
| | | | | | make pip use a download cache if PIP_DOWNLOAD_CACHE or a downloadcache=PATH testenv setting is present. (The ENV setting takes precedence)
* backout --extradeps addition; finally found a way to not need itholger krekel2013-02-031-1/+1
| | | | (and there are no requests for it)
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-011-1/+1
| | | | which are to be applied in each test environment.
* - new --installpkg optionholger krekel2013-01-301-1/+1
| | | | - move venv status to VirtualEnv instance.
* * introduce a --installpkg=path option which will skip creation of an sdist ↵holger krekel2013-01-281-1/+1
| | | | | | and instead install the given package. * introduce --indexserver|-i ALL=... to override all indexserver settings.
* 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 ↵Marc Abramowitz2012-11-211-1/+1
| | | | | | | | | | | | tox/__init__.py doesn't need to include it.
| * Add a `tox-quickstart` command that asks a few questions and thenMarc Abramowitz2012-10-151-1/+1
| | | | | | | | | | generates a simple `tox.ini` file to help users get started with tox more easily.
* | add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-2/+2
|/ | | | execute tox with -e py. (closes #46)
* (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
| | | | | | python setup.py test run tests via tox itself.
* 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
|