summaryrefslogtreecommitdiff
path: root/tox/_config.py
Commit message (Expand)AuthorAgeFilesLines
* fix issue190: allow setenv to be emptyholger krekel2014-09-251-0/+2
* Merged in flub/tox (pull request #119)holger krekel2014-09-231-0/+3
|\
| * Better error reporting for a bad interpreterFloris Bruynooghe2014-09-081-0/+3
* | fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-231-0/+3
|/
* Support boolean ops on factorsAlexander Schepanovski2014-08-091-4/+10
* Remove factor negation supportAlexander Schepanovski2014-08-091-4/+4
* merge Alexander's "multi-dimensional" PR.holger krekel2014-07-201-62/+94
|\
| * Reimplement defaultenvs as default factorsAlexander Schepanovski2014-07-171-13/+8
| * Fix undefined env checkAlexander Schepanovski2014-07-031-2/+2
| * Parse env and args for factors, detect undefined envsAlexander Schepanovski2014-06-291-62/+58
| * Fix regressions after adding factorsAlexander Schepanovski2014-06-281-1/+1
| * First stab at multidimensional configAlexander Schepanovski2014-06-201-16/+56
* | Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-251-1/+1
|/
* skip_missing_interpreters: fix bool handling and add appropriate test, thanks...Eugene Yunak2014-06-181-1/+1
* add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-181-0/+4
* backout change b0afb96 from @schlamarholger krekel2014-06-021-1/+1
* Merged in cboylan/tox (pull request #85)holger krekel2014-05-151-18/+23
|\
| * Fix command expansion and parsing.Clark Boylan2014-02-071-18/+23
* | Merged in schlamar/tox (pull request #90)holger krekel2014-05-101-2/+6
|\ \
| * | Restrict PYTHONHASHSEED limitation on Windows to Python < 3.4.schlamar2014-03-251-1/+1
| * | Limit PYTHONHASHSEED to 1024 on Windows to prevent possible MemoryErrors.schlamar2014-03-251-2/+6
| |/
* | Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-101-4/+12
|\ \
| * | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-251-18/+11
| * | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-191-12/+19
| * | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-101-5/+13
| |/
* | support skipping interpreters if any are missingAlexandre Conrad2014-04-301-0/+2
* | Fix "flakes" problemsMarc Abramowitz2014-04-271-5/+2
* | Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-251-1/+1
* | Backed out changeset: 0b3ce1895d03Ionel Maries Cristian2014-03-251-0/+1
|/
* Remove virtualenvbin config option.Ionel Cristian Maries2014-01-121-1/+0
* Change tox to use the virtualenv bin instead of invoking it with the current ...Ionel Maries Cristian2014-01-111-1/+1
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-091-2/+7
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-7/+4
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-221-6/+8
* Added --force-dep-version command-line optionBruno Oliveira2013-11-211-0/+31
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-141-1/+22
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-221-1/+2
* more windows parsing fixesholger krekel2013-10-221-81/+38
* fix parsing/escaping bugs on windows32holger krekel2013-10-141-2/+19
* remove replace kwarg in install_command handling, True is the defaultRonald Evers2013-10-101-1/+0
* use substitution in install_commandRonald Evers2013-10-101-1/+8
* remove unused kwarg rexpattern from IniReader._replaceRonald Evers2013-10-091-3/+2
* substitute substition for substitutionRonald Evers2013-10-091-13/+13
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-4/+2
* fix test runs on environments without a home directoryholger krekel2013-09-041-4/+15
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-211-0/+4
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-30/+14
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-6/+15
* Don't pass --download-cache option to installer if downloadcache option is no...Carl Meyer2013-08-091-3/+3
* Use the install_command option for all installs.Carl Meyer2013-08-081-2/+9