summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* add py35 to default test envs and automize versions generated in docissue285holger krekel2015-12-071-1/+1
|
* refactor setenv processing into its own class so thatholger krekel2015-12-071-1/+1
| | | | | we can cleanly implement lazyness and get rid of all kinds of ordering problems.
* 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
| | | | | - rename internal methods to accomodate the fact that we are not only installing sdist's
* refactor testenv section parser to work by registering ini attributesholger krekel2015-05-111-4/+5
| | | | | at tox_addoption() time. Introduce new "--help-ini" or "--hi" option to show all testenv variables.
* introduce little plugin system which allows to add command line options,holger krekel2015-05-081-1/+3
| | | | | perform extra configuration and determine how python executables are found (see hookspec)
* Backed out changeset cc1933175162holger krekel2015-05-081-3/+1
|
* introduce little plugin system based on pluggyholger krekel2015-05-081-1/+3
| | | | | and refactor/streamline some code with relation to getting executables
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-3/+24
| | | | | | | * tox.ini updated to run PEP8 checks along with flakes * added dev test environment to run any command in it or looponfail tests * fixed all PEP8 violations pytest-pep8 complained about * line width set to 99
* 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
| | | | It was listing py33 twice and was in no discernible order.
* 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
| | | | | to the setuptools-2.0 dropping support. tox now has no support for creating python2.5 virtualenv environments anymore.
* 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 ↵holger krekel2013-08-151-4/+0
| | | | | | | | i in "--showconfig" and rename internally from "install_command_argv" to install_command for consistency. also deprecate downloadcache, distribute settings.
* ref pull request 65holger krekel2013-08-141-1/+1
| | | | | | | make tox run its tests against python2.5 as well vendor virtualenv as 'virtualenv.py' instead of 'virtualenv-1.9.1.py' which triggers some weird logic preventing tox to run its tests on itself.
* 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 ↵holger krekel2013-08-061-5/+4
| | | | (version 1).
* 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
|/
* add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-2/+1
| | | | execute tox with -e py. (closes #46)
* makeholger krekel2012-07-181-2/+3
| | | | | | python setup.py test run tests via tox itself.
* 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
| | | | | | | {[section]name} this is cleaner because the "[" can not be part of a section name whereas the prior "$" could be part of the section name.
* fix for windows: use shell=True. this avoids a strange error where a command ↵holger2012-06-051-7/+3
| | | | was not found
* py3 fixholger krekel2011-12-211-0/+4
|
* use newest testrun pytestholger krekel2011-12-191-1/+1
|
* hopefully fixes failing windows testsholger krekel2011-10-311-0/+3
|
* fix issue 2 - warn if a test command does not come from the test environment.holger krekel2011-07-071-1/+0
| | | | also refine when the configuration of a virtualenv is written so that a subsequent run can compare to it
* except for initial creation always install sdist with "-U --no-deps".holger krekel2011-07-071-0/+1
|
* link to bitbucket instead of googleholger krekel2011-05-261-1/+0
|
* fixes issue 7.holger krekel2011-05-261-1/+1
| | | | | implement a "minversion" directive to allow for specifying a required tox version
* merge Chris Rose changes and enhancements/fixes to issue10 and 15holger krekel2011-04-281-1/+1
|\
| * merge issue22 - use virtualenv-1.6, drop virtualenv5holger krekel2011-04-281-1/+1
| |
* | Make it possible to have commands that contain (amongst other things) regex ↵Chris Rose2011-01-081-0/+1
|/ | | | character classes
* release prepsholger krekel2010-11-251-2/+2
|
* show log file content if there are errors, streamline reporting a bit, bump ↵holger krekel2010-11-131-0/+4
| | | | version