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 4
4
set -e -x
5
5
6
6
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
8
8
echo " Deferring building conda package because this is release"
9
9
else
10
10
Original file line number Diff line number Diff line change 1
1
coverage >= 5.1
2
- coverage_pyver_pragma >= 0.0.6
2
+ coverage-pyver-pragma >= 0.0.6
3
3
iniconfig != 1.1.0 ,>= 1.0.1
4
4
pytest >= 6.0.0
5
5
pytest-cov >= 2.8.1
Original file line number Diff line number Diff line change 93
93
flake8-builtins
94
94
pygments
95
95
git+https://github.com/domdfcoding/flake8-quotes.git
96
+ git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
96
97
commands = flake8 flake8_strftime tests
97
98
98
99
[testenv:yapf]
@@ -156,6 +157,11 @@ rst-roles =
156
157
issue
157
158
asset
158
159
confval
160
+ data
161
+ py:data
162
+ py:exc
163
+ deco
164
+ regex
159
165
rst-directives =
160
166
envvar
161
167
exception
@@ -176,6 +182,9 @@ rst-directives =
176
182
rst:directive:option
177
183
rst:role
178
184
pre-commit-shield
185
+ py:data
186
+ py:method
187
+ py:classmethod
179
188
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
180
189
pytest-parametrize-names-type = csv
181
190
inline-quotes = "
You can’t perform that action at this time.
0 commit comments