summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)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
| | | | tox.ini
* pytest #dropthedotViktor Kharkovets2017-06-081-5/+5
|
* Fix some of the warnings displayed by pytest 3.1.0Bruno Oliveira2017-05-231-1/+1
| | | | | pytest 3.1.0 now displays warnings by default and this PR fixes some of them.
* 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
| | | | | --HG-- branch : issue336
* fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-0/+7
| | | | and introducing list_dependencies_command. (Ted, Holger)
* 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
| | | | | --HG-- branch : issue285
* 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. --HG-- branch : issue285
* 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. --HG-- branch : pluggy
* 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) --HG-- branch : pluggy
* 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
| | | | | --HG-- branch : fix-doc-env
* 1.9.01.9.0holger krekel2015-02-241-5/+2
|
* tox.ini: Add "flakes" targetMarc Abramowitz2014-04-271-1/+5
| | | | | --HG-- branch : tox_ini_add_flakes_target_3
* tox.ini: Fix envlistMarc Abramowitz2014-04-271-1/+1
| | | | | | | It was listing py33 twice and was in no discernible order. --HG-- branch : fix_tox_envlist
* tox.ini: Add py33 and py34Marc Abramowitz2014-04-241-1/+1
| | | | | --HG-- branch : tox_add_py33_and_py34
* 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
|/
* 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
| | | | 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 ↵holger@merlinux.eu2012-06-051-7/+3
| | | | was not found