Skip to content

Commit 831e73c

Browse files
committed
Updated config files.
1 parent 54bfa6d commit 831e73c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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

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
iniconfig!=1.1.0,>=1.0.1
44
pytest>=6.0.0
55
pytest-cov>=2.8.1

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ deps =
9393
flake8-builtins
9494
pygments
9595
git+https://github.com/domdfcoding/flake8-quotes.git
96+
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
9697
commands = flake8 flake8_strftime tests
9798

9899
[testenv:yapf]
@@ -156,6 +157,11 @@ rst-roles =
156157
issue
157158
asset
158159
confval
160+
data
161+
py:data
162+
py:exc
163+
deco
164+
regex
159165
rst-directives =
160166
envvar
161167
exception
@@ -176,6 +182,9 @@ rst-directives =
176182
rst:directive:option
177183
rst:role
178184
pre-commit-shield
185+
py:data
186+
py:method
187+
py:classmethod
179188
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
180189
pytest-parametrize-names-type = csv
181190
inline-quotes = "

0 commit comments

Comments
 (0)