summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* fix up #521: add missing pass of arg to underlying function.Oliver Bestwalter2017-08-111-1/+1
* Merge pull request #521 from AndreLouisCaron/envsubs-independenceOliver Bestwalter2017-08-111-32/+36
|\
| * Merge branch 'master' into envsubs-independenceOliver Bestwalter2017-07-175-21/+83
| |\
| * \ Merge branch 'master' into envsubs-independenceAndré Caron2017-06-304-10/+17
| |\ \
| * | | Isolate environment variable substitutionsAndre Caron2017-05-181-32/+36
* | | | Enable long option `--index-url` for `-i`Anthony Sottile2017-08-041-1/+1
| |_|/ |/| |
* | | config: expand nested substitutions (fixes #301)Vaskó László2017-07-161-2/+14
* | | Merge branch 'master' into feature/hook-runtestOliver Bestwalter2017-07-163-18/+52
|\ \ \
| * | | session: report more meaningful errors on why virtualenv creation failedVaskó László2017-07-151-2/+13
| * | | tox-quickstart: adding --help and --version arguments (fixes #315)Vaskó László2017-07-151-6/+18
| * | | tox-quickstart: use otionally passed root directory argument to write tox.ini inVaskó László2017-07-151-7/+15
| * | | tox-quickstart: do not use sys.exit() in main()Vaskó László2017-07-151-2/+4
| * | | #429: pass MSYSTEM on WindowsOliver Bestwalter2017-07-141-1/+2
| * | | all string config values can be substituted, add descriptons to the projects ...Bernat Gabor2017-07-111-1/+1
| | |/ | |/|
* | | Allow tests to be run through a user-defined hook.Cyril Roelandt2017-07-133-1/+17
|/ /
* | Merge branch 'master' into 484_py.test->pytestOliver Bestwalter2017-06-301-0/+4
|\ \
| * \ Merge branch 'master' into passenv-win32-numberofprocessorsOliver Bestwalter2017-06-301-0/+1
| |\ \
| | * | Forward `USERPROFILE` by default on WindowsAndre Caron2017-06-271-0/+1
| * | | Forward NUMBER_OF_PROCESSORS by default on WindowsAndre Caron2017-06-271-0/+3
| |/ /
* | | pytest #dropthedotViktor Kharkovets2017-06-081-1/+1
|/ /
* | Fix flaky error on WindowsBruno Oliveira2017-06-021-2/+1
* | Merge pull request #506 from rndr/fix/additional_environments_reportOliver Bestwalter2017-06-021-1/+1
|\ \
| * | With `-a`: do not show additional environments header if there are nonerndr2017-04-201-1/+1
| |/
* | Fix some of the warnings displayed by pytest 3.1.0Bruno Oliveira2017-05-231-4/+4
* | guard __version__ if someone develops without develop installOliver Bestwalter2017-05-201-2/+6
* | Also catch ENOTDIR when initializing logdirNick Douma2017-04-271-1/+1
|/
* Merge branch '474-start-using-setuptools-scm'Oliver Bestwalter2017-04-101-2/+4
|\
| * name full version appropriatelyOliver Bestwalter2017-03-131-2/+2
| * fix pep8 errorOliver Bestwalter2017-03-131-0/+1
| * use same mechanism packaging uses to extract dev version _verlib.py can digestOliver Bestwalter2017-03-131-1/+2
| * start using setuptools_scmOliver Bestwalter2017-03-121-2/+2
* | Show default text for missing descriptions in `-[l|a]v`2.7.0Oliver Bestwalter2017-04-021-2/+2
* | Merge pull request #495 from gaborbernat/all_envOliver Bestwalter2017-04-012-7/+32
|\ \
| * | [#271] rework listenv for backward compatbilityBernat Gabor2017-03-302-7/+32
* | | Merge pull request #450 from asottile/firstresult_for_install_depsOliver Bestwalter2017-03-272-3/+44
|\ \ \ | |/ / |/| |
| * | Document firstresult=TrueAnthony Sottile2017-03-251-1/+38
| * | Stop after the first testenv create hook succeedsAnthony Sottile2017-03-252-1/+3
| * | Stop after the first installdeps hook succeedsAnthony Sottile2017-03-252-1/+3
* | | Fix two docs warningsAnthony Sottile2017-03-251-3/+4
|/ /
* | prepare 2.7.0 releaseOliver Bestwalter2017-03-251-1/+1
* | bump minor version to 7 as we have new featuresOliver Bestwalter2017-03-251-1/+1
* | Merge branch 'master' of https://github.com/gaborbernat/tox into gaborbernat-...Oliver Bestwalter2017-03-252-1/+12
|\ \
| * | option to display a short documentation with envlistBernat Gabor2017-03-232-1/+12
| |/
* | Merge branch 'master' of https://github.com/selimb/tox into selimb-masterOliver Bestwalter2017-03-252-7/+21
|\ \
| * | use ast.litera_eval instead of evalSelim Belhaouane2017-03-161-1/+2
| * | make venv tests passSelim Belhaouane2017-03-161-1/+4
| * | Fix for issue #464Selim Belhaouane2017-03-161-3/+11
| * | Tests to show issue #464Selim Belhaouane2017-03-161-4/+6
| |/
* | Add 'LANGUAGE' to default passed environment variables (#431)Paweł Adamczak2017-03-181-1/+3
|/
* Updated '-c' parameter help messagePaweł Adamczak2017-03-091-1/+1