summaryrefslogtreecommitdiff
path: root/tox/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix "flakes" problemsMarc Abramowitz2014-04-271-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-1/+1
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-231-1/+1
* bump to 1.7.0.dev1holger krekel2013-12-091-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
* 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/+1
* 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-1/+1
* 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-1/+1
* 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
* use --setuptools or --distribute option for virtualenv creationholger krekel2013-03-191-1/+1
* 1.4.3holger krekel2013-02-191-1/+1
* fix issue85 - failing links/sphinx docs - thanks Marc Abramowitzholger krekel2013-02-191-1/+1
* 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
* add CHANGELOG entry for removal of PYTHONDONTWRITEBYTECODE workaroundholger krekel2012-11-291-1/+1
* add Marc to changelog, contributors, bump versionholger krekel2012-11-231-1/+1
* add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-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
* 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-1/+1
* try finalise tox 1.4 releaseholger krekel2012-06-121-1/+1
* 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-1/+1
* fix issue33 - commentchars in key-value sections are ignored or to put it pos...holger krekel2012-06-081-1/+1
* 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-1/+1
* * 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