summaryrefslogtreecommitdiff
path: root/tox/_config.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for 'py35' -> 'python3.5'.Tres Seaver2015-02-161-1/+1
* Fix issue11: Add a skip_install option on a per-environment level.Julian Krause2015-01-221-0/+2
* Determine Jenkins environment as described in docsBorge Lanes2014-12-021-1/+1
* Merged in carljm/tox (pull request #123)holger krekel2014-10-211-5/+5
|\
| * Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull r...holger krekel2014-10-141-3/+3
| |\
| | * Allow backslashing curly braces to prevent expansionMarc Abramowitz2014-04-031-3/+3
| * | Recognize period in envnames in factor conditionsAlexander Schepanovski2014-10-121-1/+1
| * | Allow "." in factor names for multi-dimensional tests.Alex Gaynor2014-09-261-1/+1
* | | Expand help text for --pre option.Carl Meyer2014-10-071-1/+2
* | | Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-061-2/+6
|/ /
* | 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-1/+2
|\ \
| * | Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-251-1/+1
* | | 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
|/ /
* | 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-11/+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
| |/
* | Fix command expansion and parsing.Clark Boylan2014-02-071-18/+23
|/
* 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