summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version and release 1.7.21.7.2holger krekel2014-07-155-5/+5
* Add support for PyPy3 (env "pypy3").Stefan Scherfke2014-06-252-5/+5
* also put "envlist" into its own section.holger krekel2014-06-181-7/+6
* Merged in yunake/tox/missing_interpreter_config_option (pull request #111)holger krekel2014-06-185-1/+35
|\
| * skip_missing_interpreters: move documentation into a separate confval sectionEugene Yunak2014-06-181-7/+12
| * skip_missing_interpreters: fix bool handling and add appropriate test, thanks...Eugene Yunak2014-06-182-2/+10
| * add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-185-1/+22
|/
* backout change b0afb96 from @schlamarholger krekel2014-06-021-1/+1
* Merged in evvers/tox/evvers/add-deps-to-basictxt-example-without-dep-14003526...holger krekel2014-06-011-0/+1
|\
| * Add deps to basic.txt example.Evgeny Vereshchagin2014-05-171-1/+1
* | we now support py34Jihyeok Seo2014-05-302-2/+3
* | Merged in tbekolay/tox/tbekolay/better-setuptools-integration-in-basic-140052...holger krekel2014-05-191-3/+11
|\ \ | |/ |/|
| * Better setuptools integration in basicTrevor Bekolay2014-05-191-3/+11
|/
* fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-154-2/+9
* Merged in cboylan/tox (pull request #85)holger krekel2014-05-152-20/+53
|\
| * Add tests for posargs quoting.Clark Boylan2014-02-071-0/+28
| * Fix command expansion and parsing.Clark Boylan2014-02-072-20/+25
* | make it clear that tox supports python2.6/2.7 and python3.2ffholger krekel2014-05-111-2/+2
* | fix Marc's name :)holger krekel2014-05-111-1/+1
* | limit python hashseed to 1024 on Windows to prevent possibleholger krekel2014-05-102-3/+6
* | 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
* | | changelog entry: support optional env variable substitution, thanksholger krekel2014-05-102-0/+4
* | | Merged in morgan_fainberg/tox (pull request #86)holger krekel2014-05-103-4/+48
|\ \ \
| * | | Make optional env replacements use the ``env`` keywordMorgan Fainberg2014-03-253-23/+16
| * | | Make optionalenv defenv to support default valuesMorgan Fainberg2014-03-193-20/+38
| * | | Support optional ENV variable substitution in tox.iniMorgan Fainberg2014-03-103-5/+38
| | |/ | |/|
* | | Merged in pmoore/tox (pull request #107)holger krekel2014-05-101-1/+1
|\ \ \
| * | | Return value of locate_via_py was being ignoredPaul Moore2014-05-061-1/+1
* | | | remove executable bitholger krekel2014-05-101-0/+0
* | | | fix issue164: better traceback info in case of failing test commands.holger krekel2014-05-101-0/+4
* | | | Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-102-2/+20
|\ \ \ \
| * | | | Add test_run_custom_install_command_errorMarc Abramowitz2014-04-281-0/+13
| * | | | Log more info when catch OSError while doing a popenMarc Abramowitz2014-04-031-2/+7
* | | | | fix issue59 -- add --skip-if-missing-interpreter. Thanksholger krekel2014-05-081-1/+2
* | | | | Merged in aconrad/tox/skip-missing-interpreter (pull request #104)holger krekel2014-05-085-1/+36
|\ \ \ \ \
| * | | | | update CHANGELOG and CONTRIBUTORSAlexandre Conrad2014-05-012-0/+7
| * | | | | support skipping interpreters if any are missingAlexandre Conrad2014-04-303-1/+29
| * | | | | Close branch tox_ini_add_flakes_target_3holger krekel2014-04-280-0/+0
* | | | | | Merged in aconrad/tox/fix_test_sdistonly (pull request #103)holger krekel2014-05-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | make test more specific, less prone to failuresAlexandre Conrad2014-04-301-1/+1
* | | | | | Merged in msabramo/tox/hgignore_flakes_cache (pull request #106)holger krekel2014-05-021-0/+1
|\ \ \ \ \ \
| * | | | | | .hgignore: Ignore .cache dir created by flakesMarc Abramowitz2014-05-011-0/+1
|/ / / / / /
* | | | | | Merged in msabramo/tox/test_quickstart_multiline_with_comments (pull request ...holger krekel2014-05-011-21/+139
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test_quickstart: Use multilines and add comments for better understandingMarc Abramowitz2014-04-281-21/+139
* | | | | | Merged in msabramo/tox/tox_ini_add_flakes_target_3 (pull request #101)holger krekel2014-04-2812-33/+26
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Fix "flakes" problemsMarc Abramowitz2014-04-2711-32/+21
| * | | | tox.ini: Add "flakes" targetMarc Abramowitz2014-04-271-1/+5
|/ / / /
* | | | Merged in msabramo/tox/fix_test_quickstart (pull request #99)Ronny Pfannschmidt2014-04-271-14/+16
|\ \ \ \