summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* fix pytest spellingOliver Bestwalter2017-07-141-2/+2
* all string config values can be substituted, add descriptons to the projects ...Bernat Gabor2017-07-111-23/+23
* pytest #dropthedotViktor Kharkovets2017-06-081-5/+5
* Fix some of the warnings displayed by pytest 3.1.0Bruno Oliveira2017-05-231-1/+1
* Added py36 to tox.iniAndrii Soldatenko2017-01-051-1/+1
* Enable flakes environment on WindowsBruno Oliveira2016-10-251-1/+0
* make flakes passOliver Bestwalter2016-06-201-1/+2
* fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-0/+7
* bump version, fix tox.ini2.3.2holger krekel2016-02-111-2/+1
* fix issue314: fix invocation of .py scripts on windowsholger krekel2016-02-111-1/+2
* add py35 to default test envs and automize versions generated in docholger krekel2015-12-071-1/+1
* refactor setenv processing into its own class so thatholger krekel2015-12-071-1/+1
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-131-1/+5
* rename some API that is reachable by hooksholger krekel2015-05-121-1/+1
* - store and show information about what is installed in each venvholger krekel2015-05-121-1/+1
* refactor testenv section parser to work by registering ini attributesholger krekel2015-05-111-4/+5
* introduce little plugin system which allows to add command line options,holger krekel2015-05-081-1/+3
* Backed out changeset cc1933175162holger krekel2015-05-081-3/+1
* introduce little plugin system based on pluggyholger krekel2015-05-081-1/+3
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-3/+24
* fix doc environment - broken linksVladimir Vitvitskiy2015-04-221-1/+1
* 1.9.01.9.0holger krekel2015-02-241-5/+2
* tox.ini: Add "flakes" targetMarc Abramowitz2014-04-271-1/+5
* tox.ini: Fix envlistMarc Abramowitz2014-04-271-1/+1
* tox.ini: Add py33 and py34Marc Abramowitz2014-04-241-1/+1
* try to go for 1.7.01.7.0holger krekel2014-01-291-5/+0
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-231-0/+5
* introduce --no-network switch for running testsholger krekel2013-12-091-1/+1
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-1/+1
* pass PIP_INSECURE as env var in py25 environment1.6.1holger krekel2013-09-041-0/+3
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-4/+0
* ref pull request 65holger krekel2013-08-141-1/+1
* don't try to auto-test docs - they too often fail on checklinksholger krekel2013-08-141-1/+1
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-5/+4
* fix tox.iniholger krekel2013-06-231-0/+4
* fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-221-5/+3
* a few fixes and release preps1.4.3holger krekel2013-02-281-1/+1
* for me shell=True fails the sphinx checking, turning it off againholger krekel2013-02-201-1/+1
* Merged in msabramo/tox_misc (pull request #26)holger krekel2012-11-241-1/+1
|\
| * Add py33 to tox.iniMarc Abramowitz2012-11-241-1/+1
* | remove pytest jenkins job linksholger krekel2012-11-241-1/+1
|/
* undo overwrite of tox.iniholger krekel2012-11-231-9/+23
* add Marc to changelog, contributors, bump versionholger krekel2012-11-231-23/+9
* add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-2/+1
* makeholger krekel2012-07-181-2/+3
* use testrun pyholger krekel2012-06-121-1/+1
* streamline and somewhat simplify reporting, write release-announcementholger krekel2012-06-111-1/+1
* fix doc envholger krekel2012-06-091-1/+1
* change substitution syntax once more, to:holger krekel2012-06-081-2/+2
* fix for windows: use shell=True. this avoids a strange error where a command ...holger@merlinux.eu2012-06-051-7/+3