summaryrefslogtreecommitdiff
path: root/tox/config.py
Commit message (Expand)AuthorAgeFilesLines
* Make substitution engine ignore factor arrays, fix #302issue302Andrei Pashkin2016-09-091-1/+1
* addresses issue66: add --workdir option to override where tox stores its ".to...holger krekel2016-06-251-2/+2
* Merge from default.Steffen Allner2016-06-201-0/+1
|\
| * Merged in jayvdb/tox (pull request #185)Holger Krekel2016-06-201-8/+44
| |\
| * | Unescape \{..\}John Vandenberg2015-12-261-0/+1
* | | Merge from defaulthook/report-statusSteffen Allner2016-06-201-7/+43
|\ \ \ | | |/ | |/|
| * | mergeholger krekel2016-06-201-9/+22
| |\ \
| | * \ Merged in issue336 (pull request #198)Andrzej Ostrowski2016-06-201-5/+18
| | |\ \
| | | * \ Merged in wscheper/tox/config-in-setup-cfg (pull request #192)Andrzej Ostrowski2016-06-201-2/+20
| | | |\ \
| | | * | | Support configuration through setup.cfgconfig-in-setup-cfgWalter Scheper2016-03-101-5/+18
| | * | | | make flakes passOliver Bestwalter2016-06-201-4/+4
| | | |/ / | | |/| |
| * | | | add --workdir option to override where tox stores its ".tox" directoryholger krekel2016-06-201-3/+20
| |\ \ \ \ | | |/ / /
| | * | | fix issue66 by introducing using default "python -m pip"holger krekel2016-06-201-1/+8
| | * | | Process minversion before all elseSachi King2016-02-291-1/+12
| | |/ /
| * | | Add --workdir to override the 'toxworkdir' config optionDan Ring2015-12-171-1/+7
| | |/ | |/|
* | | Update to meet PR 175 requirements.Matthew Schinckel2016-04-091-0/+1
| |/ |/|
* | Fix section substitution with {posargs}Sachi King2016-02-111-1/+1
|/
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-141-10/+17
* implement new experimental hooks for venv creationholger krekel2015-12-091-3/+7
* reshuffle tests related to setenv processing and integrate nelfin'sholger krekel2015-12-071-2/+3
* refactor setenv processing into its own class so thatholger krekel2015-12-071-50/+84
* merge defaultholger krekel2015-11-201-4/+0
|\
| * Merged in dstanek/tox/bug_181 (pull request #174)holger krekel2015-11-201-4/+0
| |\
| | * Fixes bug 181; allow # in commandsbug_181David Stanek2015-10-051-4/+0
* | | address issue285 but not fully resolve it: setenv processing now works,holger krekel2015-11-131-42/+67
* | | put replacing/substitution into own classholger krekel2015-11-131-57/+62
|/ /
* | fix setenv/substitution bug2.2.1holger krekel2015-11-111-5/+5
* | fix issue280: fix case where --skip-missing-interpreter would not work if {en...holger krekel2015-11-091-1/+0
* | Merged in rebeckag/tox/174-voting-testenv (pull request #170)holger krekel2015-11-061-0/+5
|\ \
| * | Renamed testenv attribute from 'voting' to 'ignore_outcome'.Rebecka Gulliksson2015-08-241-3/+3
| * | Added 'voting' testenv attribute.Rebecka Gulliksson2015-08-241-0/+5
| |/
* | fix issue281: make --force-deps work when urls are present in a dep configholger krekel2015-11-021-1/+5
* | Merged in itxaka/tox/fix_env_use (pull request #169)holger krekel2015-10-301-14/+13
|\ \
| * \ Merged in olliewalsh/tox (pull request #167)holger krekel2015-10-291-14/+13
| |\ \ | | |/ | |/|
| | * Reorder the processing of testenv options. Fixes issue #246Ollie Walsh2015-07-031-14/+13
* | | use self.getdict('setenv') instead of extra parsing that failsfix_env_useItxaka2015-10-301-9/+1
* | | better workflow, picks the resolved envs instead of the written stringItxaka2015-08-311-5/+6
* | | if there is no setenv section, return an empty dictItxaka2015-08-241-1/+1
* | | If the {env:key:default} paremeter is found in the config but there are no en...Itxaka2015-08-231-4/+15
|/ /
* | Fix issue #265 - Pass LD_LIBRARY_PATH by defaultfix_issue_265David Donovan Riddle2015-07-141-1/+1
|/
* introduce a TOX_TESTENV_PASSENV setting which is honoredholger krekel2015-06-191-3/+8
* Merged in acaron/tox (pull request #163)holger krekel2015-06-191-0/+2
|\
| * Adds support for multiline envlist setting.Andre Caron2015-06-041-0/+2
* | make passenv attribute type line-listpassenv_multilineStefano Mazzucco2015-06-181-5/+5
* | merge with defaultStefano Mazzucco2015-06-181-0/+5
|\ \
| * | hpk42/tox/issue/259/passenv-statement-should-accept-multi-linemazzucco2015-06-181-0/+5
* | | cleanup internal env variable code a bitholger krekel2015-06-181-5/+3
* | | remove --set-home option which probably nobody used and was hackily implementedholger krekel2015-06-181-8/+4
* | | allow all env variables during installation of dependenciesholger krekel2015-06-181-2/+5
|/ /
* | Fix typo in exception stringRoman Bogorodskiy2015-06-151-1/+1
|/