Skip to content

Commit 5748166

Browse files
committed
Updated config files.
1 parent 8e31b3e commit 5748166

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e -x
55

66
if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
7-
if [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_COMMIT_MESSAGE" == "Bump Version*" ]; then
7+
if [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_COMMIT_MESSAGE" == "Bump version*" ]; then
88
echo "Deferring building conda package because this is release"
99
else
1010

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: "Python ${{ matrix.python-version }}"
1313
runs-on: "windows-2019"
1414
env:
15-
USING_COVERAGE: '3.6,3.7,3.8,pypy3'
15+
USING_COVERAGE: '3.6,3.7,3.8'
1616

1717
strategy:
1818
fail-fast: False
1919
matrix:
20-
python-version: ["3.6","3.7","3.8","pypy3"]
20+
python-version: ["3.6","3.7","3.8"]
2121

2222

2323
steps:

doc-source/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
autodocsumm>=0.2.0
2-
default_values>=0.2.0
3-
domdf_sphinx_theme>=0.1.0
4-
extras_require>=0.2.0
2+
default-values>=0.2.0
3+
domdf-sphinx-theme>=0.1.0
4+
extras-require>=0.2.0
55
pandas>=1.1.2
6-
seed_intersphinx_mapping>=0.1.1
6+
seed-intersphinx-mapping>=0.1.1
77
sphinx>=3.0.3
88
sphinx-copybutton>=0.2.12
99
sphinx-notfound-page>=0.5
1010
sphinx-prompt>=1.1.0
1111
sphinx-tabs>=1.1.13
12-
sphinx-toolbox>=1.5.1
12+
sphinx-toolbox>=1.6.1
1313
sphinxcontrib-httpdomain>=1.7.0
1414
sphinxemoji>=0.1.6
15-
toctree_plus>=0.0.4
15+
toctree-plus>=0.0.4

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage>=5.1
2-
coverage_pyver_pragma>=0.0.6
2+
coverage-pyver-pragma>=0.0.6
33
faker>=4.1.2
44
iniconfig!=1.1.0,>=1.0.1
55
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.9"

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ rst-roles =
166166
data
167167
py:data
168168
py:exc
169+
deco
170+
regex
169171
rst-directives =
170172
envvar
171173
exception
@@ -187,6 +189,8 @@ rst-directives =
187189
rst:role
188190
pre-commit-shield
189191
py:data
192+
py:method
193+
py:classmethod
190194
per-file-ignores = tests/*: D100 D101 D102 D103 D104 D106 D201 D204 D207 D208 D209 D210 D211 D212 D213 D214 D215 D300 D301 D400 D402 D403 D404 D415 D417 DALL000
191195
pytest-parametrize-names-type = csv
192196
inline-quotes = "

0 commit comments

Comments
 (0)