File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44set -e -x
55
66if [ " $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
Original file line number Diff line number Diff line change 11coverage >= 5.1
2- coverage_pyver_pragma >= 0.0.6
2+ coverage-pyver-pragma >= 0.0.6
33iniconfig != 1.1.0 ,>= 1.0.1
44pytest >= 6.0.0
55pytest-cov >= 2.8.1
Original file line number Diff line number Diff line change 9393 flake8-builtins
9494 pygments
9595 git+https://github.com/domdfcoding/flake8-quotes.git
96+ git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
9697commands = 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
159165rst-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
179188per-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
180189pytest-parametrize-names-type = csv
181190inline-quotes = "
You can’t perform that action at this time.
0 commit comments