summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-222-5/+15
* fix issue104 - use setuptools instead of distribute by default nowholger krekel2013-06-212-2/+2
* make sure virtualenv commands are found firstholger krekel2013-05-212-5/+8
* introduce white list for commandsholger krekel2013-05-213-7/+13
* mention command showing in changelogholger krekel2013-05-141-1/+1
* Show full command that is being run during testsLukasz Balcerzak2013-05-091-1/+2
* Fix #99 regression - modify regular expression to be non-greedyKrisztian Fekete2013-05-061-2/+9
* add changelog entry for fix of issue97 - allow substitutions toholger krekel2013-04-301-1/+1
* Fix issue #97 {[section]name} substitution does not work in generalKrisztian Fekete2013-04-271-46/+49
* fix issue92 envsitepackagesdir to work correctly. Also fix the test.holger krekel2013-04-052-3/+7
* tentative re-licensing of tox to MIT licenseholger krekel2013-03-271-1/+1
* use --setuptools or --distribute option for virtualenv creationholger krekel2013-03-192-3/+5
* use py.builtin.callable instead of own backward compatRonny Pfannschmidt2013-02-201-9/+1
* extra commentRonny Pfannschmidt2013-02-201-0/+1
* It would seem that python 3.1 lacked the keyword "callable"Philip Thiem2013-02-191-0/+9
* On win32 call pip-script.py instead of pip.Philip Thiem2013-02-192-0/+10
* 1.4.3holger krekel2013-02-191-1/+1
* fix issue85 - failing links/sphinx docs - thanks Marc Abramowitzholger krekel2013-02-191-1/+1
* fix issue84 - pypy on windows creates a bin not a scripts venv directoryholger krekel2013-02-191-1/+2
* add -l to changelog, lukasz to contributors and some refinementsholger krekel2013-02-192-4/+4
* Added --list switch to show all envsLukasz Balcerzak2013-02-182-0/+8
* fix downloadcache determination to work according to docs: Onlyholger krekel2013-02-123-8/+8
* backout --extradeps addition; finally found a way to not need itholger krekel2013-02-033-7/+2
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-013-2/+7
* remove some lingering "post" codeholger krekel2013-02-012-5/+0
* - new --installpkg optionholger krekel2013-01-304-26/+37
* - move status to become venv attributeholger krekel2013-01-282-12/+10
* * introduce a --installpkg=path option which will skip creation of an sdist a...holger krekel2013-01-282-6/+20
* make _pytestplugin's initproj write out MANIFEST.inholger krekel2013-01-251-0/+4
* make envsitespackagesdir load lazily to prevent early unsupported interpreter...holger krekel2013-01-251-3/+5
* fix a test that failed due to a recent merge - i'd reallyholger krekel2012-12-071-2/+1
* Add {envsitepackagesdir} substitution. Closes #72.Gabriel2012-11-302-17/+52
* add CHANGELOG entry for removal of PYTHONDONTWRITEBYTECODE workaroundholger krekel2012-11-291-1/+1
* Revert a workaround that involved clearing PYTHONDONTWRITEBYTECODE.Gabriel2012-11-291-4/+0
* rtrim lines in generated fileholger krekel2012-11-251-7/+14
* Merged in msabramo/tox_quickstart (pull request #25)holger krekel2012-11-241-11/+15
|\
| * tox-quickstart: Prompt before overwriting an existing tox.ini file.Marc Abramowitz2012-11-241-11/+15
* | add Marc to changelog, contributors, bump versionholger krekel2012-11-231-1/+1
* | mergeholger krekel2012-11-231-0/+255
|\ \ | |/
| * Add link to http://tox.testrun.org/latest/config.html at end ofMarc Abramowitz2012-11-231-1/+1
| * Change print() statements in tox/_quickstart.py so that they printMarc Abramowitz2012-11-231-3/+3
| * Changed the Python version selection so that there are a bunch ofMarc Abramowitz2012-11-231-4/+22
| * Make tests in TestToxQuickstart more realistic by having them call tox._quick...Marc Abramowitz2012-11-221-1/+1
| * Automatically add "twisted" to deps when the selected test runner is trial.Marc Abramowitz2012-11-221-0/+2
| * Automatically add "nose" to deps when the selected test runner is nosetestsMarc Abramowitz2012-11-221-0/+2
| * Automatically add "pytest" to deps when the selected test runner is py.testMarc Abramowitz2012-11-221-1/+5
| * Tweaks to make tox-quickstart (tox/_quickstart.py) andMarc Abramowitz2012-11-221-19/+20
| * Update my fork; merge from ssh://hg@bitbucket.org/hpk42/toxMarc Abramowitz2012-11-223-13/+23
| |\
| * | Move logic that does processing of the input into a separateMarc Abramowitz2012-11-221-2/+10
| * | Add `py.test` as example test runner command.Marc Abramowitz2012-11-221-0/+1