Skip to content

Commit 2847ae1

Browse files
committed
Updated config files.
1 parent c8f293a commit 2847ae1

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18+
fail-fast: false
1819

1920
steps:
2021
- name: Checkout 🛎️

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx-copybutton>=0.2.12
1010
sphinx-notfound-page>=0.5
1111
sphinx-prompt>=1.1.0
1212
sphinx-tabs>=1.1.13
13-
sphinx-toolbox>=1.7.5
13+
sphinx-toolbox>=1.8.2
1414
sphinxcontrib-httpdomain>=1.7.0
1515
sphinxemoji>=0.1.6
1616
toctree-plus>=0.0.4

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ platforms = Windows, macOS, Linux
1818
url = https://github.com/domdfcoding/domdf_python_tools
1919
project_urls =
2020
Documentation = https://domdf_python_tools.readthedocs.io/en/latest
21-
Issue_Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
22-
Source_Code = https://github.com/domdfcoding/domdf_python_tools
21+
Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
22+
Source Code = https://github.com/domdfcoding/domdf_python_tools
2323
classifiers =
2424
Development Status :: 4 - Beta
2525
Intended Audience :: Developers

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[tox]
1818
envlist = py36, py37, py38, pypy3, py39, py310-dev, mypy, build
1919
skip_missing_interpreters = True
20-
requires = pip>=20.2.1
20+
requires = pip>=20.3.1
2121
isolated_build = True
2222

2323
[envlists]

0 commit comments

Comments
 (0)