Changelog
*Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/CHANGELOG.rst).*
> 3.1.3 (2018-08-03)
> ------------------
>
> Bugfixes
> ^^^^^^^^
>
> - A caching issue that caused the ``develop-inst-nodeps`` action, which
> reinstalls the package under test, to always run has been resolved. The
> ``develop-inst-noop`` action, which, as the name suggests, is a no-op, will now
> run unless there are changes to ``setup.py`` or ``setup.cfg`` files that have
> not been reflected - by [**stephenfin**](https://github.com/stephenfin) (`#909 `_)
>
>
> Features
> ^^^^^^^^
>
> - Python version testenvs are now automatically detected instead of comparing
> against a hard-coded list of supported versions. This enables ``py38`` and
> eventually ``py39`` / ``py40`` / etc. to work without requiring an upgrade to
> ``tox``. As such, the following public constants are now deprecated
> (and scheduled for removal in ``tox`` 4.0: ``CPYTHON_VERSION_TUPLES``,
> ``PYPY_VERSION_TUPLES``, ``OTHER_PYTHON_INTERPRETERS``, and ``DEFAULT_FACTORS`` -
> by :user:`asottile` (`#914 `_)
>
>
> Documentation
> ^^^^^^^^^^^^^
>
> - Add a system overview section on the index page that explains briefly how tox works -
> by :user:`gaborbernat`. (`#867 `_)
Commits
- [`fd71ad0`](https://github.com/tox-dev/tox/commit/fd71ad0433109417cc5cc9891ca0a5c2a70137aa) release 3.1.3
- [`eafd92e`](https://github.com/tox-dev/tox/commit/eafd92e60f14f652ec5f903cd4a28b6e870c6ec1) Allow PyPi release
- See full diff in [compare view](https://github.com/tox-dev/tox/compare/3.1.2...3.1.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps tox from 3.1.2 to 3.1.3.
Changelog
*Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/master/CHANGELOG.rst).* > 3.1.3 (2018-08-03) > ------------------ > > Bugfixes > ^^^^^^^^ > > - A caching issue that caused the ``develop-inst-nodeps`` action, which > reinstalls the package under test, to always run has been resolved. The > ``develop-inst-noop`` action, which, as the name suggests, is a no-op, will now > run unless there are changes to ``setup.py`` or ``setup.cfg`` files that have > not been reflected - by [**stephenfin**](https://github.com/stephenfin) (`#909Commits
- [`fd71ad0`](https://github.com/tox-dev/tox/commit/fd71ad0433109417cc5cc9891ca0a5c2a70137aa) release 3.1.3 - [`eafd92e`](https://github.com/tox-dev/tox/commit/eafd92e60f14f652ec5f903cd4a28b6e870c6ec1) Allow PyPi release - See full diff in [compare view](https://github.com/tox-dev/tox/compare/3.1.2...3.1.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.