| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos (#2253) | Kian Meng Ang | 2021-12-03 | 1 | -1/+1 |
| | | | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> | ||||
| * | 📝 Make Sphinx strict about broken references (#2168) | Sviatoslav Sydorenko | 2021-08-21 | 1 | -1/+1 |
| | | |||||
| * | Document script discovery wrt changedir (#2089) (#2096) | Bernát Gábor | 2021-06-23 | 1 | -0/+2 |
| | | | | | | Co-authored-by: Felix Hildén <felix.hilden@gmail.com> Co-authored-by: felix-hilden <felix.hilden@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | remove wrong example from documentation (#2086) | Jürgen Gmach | 2021-06-11 | 1 | -7/+0 |
| | | |||||
| * | fix setenv usages in documentation examples | Andrey Potapov | 2021-04-11 | 1 | -6/+10 |
| | | | | | | fixes #1999 Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> | ||||
| * | updated poetry build system (#1770) | Christopher Pickering | 2021-01-05 | 1 | -2/+2 |
| | | |||||
| * | Add py39 test environment to docs (#1756) | Ahmed⠙ | 2020-12-21 | 1 | -18/+8 |
| | | |||||
| * | Replace indexserver in docs with env variables, refs #1357 (#1728) | Vlastimil Zíma | 2020-11-02 | 1 | -24/+22 |
| | | |||||
| * | build-requires should be build-system (#1719) | Thom Wiggers | 2020-10-26 | 1 | -1/+1 |
| | | |||||
| * | Update general.rst (#1685) | Nikos Ves | 2020-10-07 | 1 | -1/+1 |
| | | | | | | | | | | * Update general.rst - Removed that dot on the typical pattern example (i.e C:\PythonX.Y\python.exe -> C:\PythonXY\python.exe) to better reflect https://github.com/tox-dev/tox/blob/471b39f0edd015b8e873695c3cfb893ede36fae6/src/tox/interpreters/windows/__init__.py#L32 - and added example that basepython can be an path to a python executable for clarity * Update general.rst | ||||
| * | Some headings aren't completely fixed, yet (#1676) | Vipul | 2020-09-23 | 1 | -1/+1 |
| | | | | | | | In commit c2f6c9c[1], I missed to fix some headings, sorry about that. This commit should covers all such missed cases. [1]: https://github.com/tox-dev/tox/tree/c2f6c9cb9a1d70ac79524076845bc32ed25489ad | ||||
| * | Make headings consistent (#1675) | Vipul | 2020-09-22 | 4 | -13/+13 |
| | | |||||
| * | Spelling fixes (#1665) | Ville Skyttä | 2020-08-28 | 1 | -1/+1 |
| | | |||||
| * | Make setup.py test admonition sterner as it is deprecated (#1660) | Thomas Grainger | 2020-08-22 | 1 | -7/+3 |
| | | |||||
| * | remove broken link to removed pytest-runner documentation (#1659) | Thomas Grainger | 2020-08-21 | 1 | -4/+1 |
| | | |||||
| * | Allow to use --devenv without tox config (#1644) | Miro Hrončok | 2020-08-06 | 1 | -0/+3 |
| | | | | Fixes https://github.com/tox-dev/tox/issues/1643 | ||||
| * | [cleanup] Remove artefacts from old py34 support (#1625) | Bastien Vallet | 2020-07-23 | 2 | -11/+11 |
| | | | | Co-authored-by: Bastien Vallet <b.vallet@criteo.com> | ||||
| * | Add alias "allowlist_externals" to "whitelist_externals" (#1601) | David Diaz Barquero | 2020-07-23 | 1 | -3/+3 |
| | | |||||
| * | Specify the default value of parallel mode (#1620) | Jürgen Gmach | 2020-07-16 | 1 | -1/+1 |
| | | |||||
| * | Update recommended packaging information for Flit (#1613) | Thomas Kluyver | 2020-07-13 | 1 | -9/+2 |
| | | | | | | | | | | * Update recommended packaging information for Flit The recommended build-system details are now `flit_core` - see Flit's docs: https://flit.readthedocs.io/en/latest/ `flit_core` 2.x can run on Python 2, so this should work without the `basepython` option as well. * Add changelog note | ||||
| * | Documentation: Fix Incorrect Sentence (#1580) | Abhishek Jaisingh | 2020-05-11 | 1 | -1/+1 |
| | | |||||
| * | expand section names (#1545) | Charles Brunet | 2020-04-17 | 1 | -0/+23 |
| | | | | | | | | | | | | * expand section names * fix linting * Added changelog * trim whitespaces around factor names * added docs | ||||
| * | Correcting dependency and import for pytest (#1514) | pierreluctg | 2020-02-13 | 1 | -2/+1 |
| | | | | | | | | | | | * Adding correct dependency and import for pytest * fix unused import Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Update guide with instructions to disable spinner (#1480) | jacobtolar | 2019-12-07 | 1 | -1/+2 |
| | | | | | | | | | * Update guide with instructions to disable spinner This is in the command-line help, but can't be found anywhere obvious in the documentation. * Oops, delete trailing space | ||||
| * | fix code markup (#1445) | Éric Araujo | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | Fix various spelling mistakes across the tree (#1408) | Faidon Liambotis | 2019-08-30 | 4 | -5/+5 |
| | | | | | | | | As identified by Debian's lintian: - comand -> command - suceeds -> succeeds - intepreter -> interpreter - allow(s) to -> allow(s) you/one to | ||||
| * | Add quote marks so readers are not tripped up by spaces in their path names ↵ | bu-tegan | 2019-08-08 | 1 | -2/+2 |
| | | | | | (#1393) | ||||
| * | Remove dependence on md5 (#1385) | Anthony Sottile | 2019-07-31 | 1 | -2/+1 |
| | | |||||
| * | Implement --devenv (#1326) | Anthony Sottile | 2019-06-01 | 1 | -4/+32 |
| | | |||||
| * | 🔥 Cut comments off dependency lines (#1262) | Sviatoslav Sydorenko | 2019-04-17 | 1 | -6/+7 |
| | | | | | | | | | This enables users to have inline comments in deps lines in `tox.ini`. In particular, this allows having pyup bot integration. Ref: https://github.com/pyupio/dparse/issues/34 Ref: https://github.com/ansible/molecule/issues/1973 Fixes #1260 | ||||
| * | Jenkins 2.0 renamed "slave" to "agent" (#1240) | Marius Gedminas | 2019-04-02 | 1 | -3/+3 |
| | | | | See e.g. https://issues.jenkins-ci.org/browse/JENKINS-42816 | ||||
| * | implement tox environment provisioning (#1185) | Bernát Gábor | 2019-03-12 | 1 | -0/+26 |
| | | | | Resolves #998. | ||||
| * | Update package.rst | Bernát Gábor | 2019-02-13 | 1 | -2/+2 |
| | | |||||
| * | Update package.rst | Bernát Gábor | 2019-02-13 | 1 | -2/+2 |
| | | |||||
| * | document usage of poetry (#1164) | Bernát Gábor | 2019-02-13 | 1 | -0/+37 |
| | | | | | | | | | | * document usage of poetry 1. we also add an integration test to check compatibility 2. sdistonly calls need a target to build * set build folder to build | ||||
| * | deps is a multi line list (#1136) | Oliver Bestwalter | 2019-01-20 | 1 | -1/+3 |
| | | |||||
| * | parallel invocation of tox environments #439 (#1102) | Bernát Gábor | 2019-01-11 | 1 | -0/+54 |
| | | | | | | This solution is ``subprocess`` based. We're already heavily using subprocesses, so I consider this implementation safe. Resolves #439. | ||||
| * | fix typo | Oliver Bestwalter | 2019-01-09 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Oliver Bestwalter | 2019-01-07 | 1 | -1/+1 |
| | | |||||
| * | small fixes in formatting and explanations | Oliver Bestwalter | 2019-01-03 | 1 | -5/+5 |
| | | |||||
| * | Clarify explanations in examples and avoid unsupported eol comments (#1111) | Oliver Bestwalter | 2019-01-02 | 5 | -24/+40 |
| | | | | | | fixes #1109 | ||||
| * | move from devenv to dev in documentation (#1080) | Oliver Bestwalter | 2018-12-23 | 1 | -14/+13 |
| | | |||||
| * | Correct capitalization of PyPI (#1084) | Jon Dufresne | 2018-11-12 | 1 | -1/+1 |
| | | | | As spelled on https://pypi.org/. | ||||
| * | Documentation fixes (#1070) | nblock | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | | Small documentation fixes I stumbled upon while reading the docs. * Fix indentation of mkdocs section in examples * Fix documentation output path * Add myself to contributors | ||||
| * | Fix small typo where the word contraints was spelled as contrains (#1062) | Xander Johnson | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Fix small typo where the word contraints was spelled as contrains. Fixes 1061. Add rst file for changelog. Fixes 1061. Add myself to contributors list * Keep CONTRIBUTORS file in alphabetical ordering, with case sensitivity * Remove typo in rst file | ||||
| * | Fix packaging documentation bad config | Bernat Gabor | 2018-10-09 | 1 | -2/+2 |
| | | |||||
| * | Document virtual environment recreate rules | Bernat Gabor | 2018-10-08 | 2 | -5/+40 |
| | | |||||
| * | remove sphinx as present in its own section | Bernat Gabor | 2018-10-07 | 1 | -31/+0 |
| | | |||||
| * | move doc to docs in order to accommodate rtd-bot | Bernat Gabor | 2018-10-05 | 11 | -0/+1395 |
