summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* Fixed console encoding issueThomas Khyn2014-08-021-4/+7
* merge Alexander's "multi-dimensional" PR.holger krekel2014-07-202-2/+3
|\
| * bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
| * 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
* fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-151-1/+1
* Merged in cboylan/tox (pull request #85)holger krekel2014-05-157-29/+51
|\
| * 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
| | |/
| * | Merged in pmoore/tox (pull request #107)holger krekel2014-05-102-3/+20
| |\ \
| | * \ Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-107-18/+22
| | |\ \
| | | * | support skipping interpreters if any are missingAlexandre Conrad2014-04-302-1/+13
| | * | | Log more info when catch OSError while doing a popenMarc Abramowitz2014-04-031-2/+7
| * | | | Return value of locate_via_py was being ignoredPaul Moore2014-05-061-1/+1
| | |/ / | |/| |
| * | | Fix "flakes" problemsMarc Abramowitz2014-04-276-16/+8
| * | | tox-quickstart: Add py34Marc Abramowitz2014-04-251-1/+1
| |/ /
| * | 1.7.1 quick bugfix release1.7.1holger krekel2014-03-281-1/+1
| * | Refix virtualenv calling - use `python -m virtualenv` instead.Ionel Maries Cristian2014-03-251-6/+1
| * | Backed out changeset: 228071477cfbIonel Maries Cristian2014-03-252-2/+7
| * | Backed out changeset: 0b3ce1895d03Ionel Maries Cristian2014-03-252-1/+2
| |/
* | Fix command expansion and parsing.Clark Boylan2014-02-071-18/+23
|/
* try to go for 1.7.01.7.0holger krekel2014-01-291-1/+1
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-232-3/+1
* Remove virtualenvbin config option.Ionel Cristian Maries2014-01-122-2/+1
* Change tox to use the virtualenv bin instead of invoking it with the current ...Ionel Maries Cristian2014-01-112-7/+2
* allow to run tox as 'python -m tox', which is handy on Windozeanatoly techtonik2013-12-301-0/+3
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-091-2/+7
* bump to 1.7.0.dev1holger krekel2013-12-091-1/+1
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-091-2/+7
* introduce --no-network switch for running testsholger krekel2013-12-091-0/+9
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-096-2610/+18
* mergeholger krekel2013-12-091-2/+2
|\
| * clarify we want test dependencies, not app dependencies.holger krekel2013-11-271-2/+2
* | Correctly determine the package version if the package file name contains a p...Matt Jeffery2013-12-091-1/+1
|/
* 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-142-11/+33
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-241-7/+10