summaryrefslogtreecommitdiff
path: root/tox/_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-101-3/+13
|\
| * support skipping interpreters if any are missingAlexandre Conrad2014-04-301-1/+11
| * Fix "flakes" problemsMarc Abramowitz2014-04-271-2/+2
* | Log more info when catch OSError while doing a popenMarc Abramowitz2014-04-031-2/+7
|/
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-091-2/+7
* Correctly determine the package version if the package file name contains a p...Matt Jeffery2013-12-091-1/+1
* fix issue129: tox now uses Popen(..., universal_newlines=True) to forceholger krekel2013-10-221-1/+3
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-0/+2
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-0/+2
* ref pull request 65holger krekel2013-08-141-2/+6
* issue_1_empty_setup_py: fix for issue #1: Empty setup.py leads to very obscur...Anthon van der Neut2013-08-141-1/+21
* Compute skipsdist default at config parse timeMatt Good2013-08-071-6/+1
* Make "usedevelop" a [testenv] setting instead of a [tox] settingMatt Good2013-08-061-3/+8
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-3/+29
* Add command line option for developMonty Taylor2013-07-161-1/+1
* Address code review commentsMonty Taylor2013-07-111-4/+6
* Add support for installing via setup.py develop.Monty Taylor2013-07-101-3/+16
* Make sure that the venv is finalized.Monty Taylor2013-07-101-0/+8
* Add option to skip sdist step.Monty Taylor2013-07-101-6/+12
* On win32 call pip-script.py instead of pip.Philip Thiem2013-02-191-0/+8
* add -l to changelog, lukasz to contributors and some refinementsholger krekel2013-02-191-2/+2
* Added --list switch to show all envsLukasz Balcerzak2013-02-181-0/+6
* remove some lingering "post" codeholger krekel2013-02-011-2/+0
* - new --installpkg optionholger krekel2013-01-301-20/+22
* - move status to become venv attributeholger krekel2013-01-281-11/+10
* * introduce a --installpkg=path option which will skip creation of an sdist a...holger krekel2013-01-281-4/+7
* fix issue41 - quoting should work better now for deps using "<" or ">"holger2012-07-031-7/+5
* try finalise tox 1.4 releaseholger krekel2012-06-121-2/+2
* rename config.opts to config.optionholger krekel2012-06-111-10/+10
* slight refactor of time-measurement codeholger krekel2012-06-111-4/+9
* streamline and somewhat simplify reporting, write release-announcementholger krekel2012-06-111-47/+77
* only use shell=True on Windows and test for it, also streamlining a testholger krekel2012-06-051-2/+3
* fix for windows: use shell=True. this avoids a strange error where a command ...holger2012-06-051-2/+2
* simplify tox reporting output, fix link in docsholger krekel2012-06-031-4/+8
* mkdir might fail here, use ensureholger krekel2012-02-021-1/+1
* * refactor code and tests to work through an "Action" object whichholger krekel2012-01-061-96/+166
* dependency inject report object so that reporting can be modifiedholger krekel2011-12-291-2/+4
* py3 fixholger krekel2011-12-211-1/+2
* provide explicit package name for determining versionholger krekel2011-12-211-1/+1
* small API adaptations to make things better fit for other rproject (detox). ...holger krekel2011-12-201-18/+30
* internal reshuffling and further fixes to allow to use wildcards when specify...holger krekel2011-12-141-1/+8
* allow to specify wildcard depsholger krekel2011-12-131-0/+1
* fix issue 2 - warn if a test command does not come from the test environment.holger krekel2011-07-071-1/+1
* fixes issue 7.holger krekel2011-05-261-0/+9
* Updated tests to not expect virtualenv3/5 anymore.Jannis Leidel2011-04-051-5/+4
* show log file content if there are errors, streamline reporting a bit, bump v...holger krekel2010-11-131-4/+7
* remove trailing whitespaceholger krekel2010-07-261-19/+19
* substitute references: virtualenv3 -> virtualenv5holger krekel2010-07-141-2/+2
* (fixes issue2) exit with proper non-zero code if there were errors or failures.holger krekel2010-07-141-2/+3
* fix plural, thanks michael0.6holger krekel2010-07-121-1/+1