Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Dec 11, 2020
1 parent 34589c7 commit 7b310f9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file is managed by 'repo_helper'. Don't edit it directly.
---
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
reviewers:
- domdfcoding
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v2"
with:
python-version: "3.8"
python-version: "3.6"

- name: Install dependencies 🔧
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/octocheese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: "GitHub Releases"
on:
push:
branches: ["master"]
schedule:
- cron: 0 12 * * 2,4,6

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sphinx-toolbox
* - Docs
- |docs| |docs_check|
* - Tests
- |travis| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
- |actions_linux| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Anaconda
Expand All @@ -36,7 +36,7 @@ sphinx-toolbox
:target: https://github.com/domdfcoding/sphinx-toolbox/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status

.. |travis| image:: https://github.com/domdfcoding/sphinx-toolbox/workflows/Linux%20Tests/badge.svg
.. |actions_linux| image:: https://github.com/domdfcoding/sphinx-toolbox/workflows/Linux%20Tests/badge.svg
:target: https://github.com/domdfcoding/sphinx-toolbox/actions?query=workflow%3A%22Linux+Tests%22
:alt: Linux Test Status

Expand Down
4 changes: 2 additions & 2 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sphinx-toolbox
* - Docs
- |docs| |docs_check|
* - Tests
- |travis| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
- |actions_linux| |actions_windows| |actions_macos| |coveralls| |codefactor| |pre_commit_ci|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Anaconda
Expand All @@ -35,7 +35,7 @@ sphinx-toolbox
:workflow: Docs Check
:alt: Docs Check Status

.. |travis| actions-shield::
.. |actions_linux| actions-shield::
:workflow: Linux Tests
:alt: Linux Test Status

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
[tox]
envlist = py36, py37, py38, py39, mypy, build
skip_missing_interpreters = True
requires = pip>=20.3.1
requires =
pip>=20.3.1
tox-envlist>=0.1.0
isolated_build = True

[envlists]
Expand Down

0 comments on commit 7b310f9

Please sign in to comment.