summaryrefslogtreecommitdiff
path: root/tox/_pytestplugin.py
Commit message (Expand)AuthorAgeFilesLines
* make flakes passOliver Bestwalter2016-06-201-1/+1
* Merged in pjdelport/tox/fix-flakes (pull request #187)Oliver Bestwalter2016-06-201-0/+3
|\
| * fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-0/+3
* | Remove separating spaces in "print (...)" (pep8 E211)fix-flakesPiet Delport2016-01-041-3/+3
|/
* implement new experimental hooks for venv creationholger krekel2015-12-091-5/+4
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-121-5/+5
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-20/+44
* Enhanced initproj fixture to accept a tuple for name/version specifier.Florian Schulze2015-03-201-6/+9
* introduce --no-network switch for running testsholger krekel2013-12-091-0/+9
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-4/+8
* fix issue129: tox now uses Popen(..., universal_newlines=True) to forceholger krekel2013-10-221-0/+1
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-0/+3
* tentative re-licensing of tox to MIT licenseholger krekel2013-03-271-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/+0
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-011-0/+1
* make _pytestplugin's initproj write out MANIFEST.inholger krekel2013-01-251-0/+4
* fix a test that failed due to a recent merge - i'd reallyholger krekel2012-12-071-2/+1
* make tox's fixtures importable from other projectsholger krekel2012-11-201-0/+284