We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233885 commit 4e554d5Copy full SHA for 4e554d5
3 files changed
.ci/travis_deploy_conda.sh
@@ -4,7 +4,7 @@
4
set -e -x
5
6
if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
7
- if [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_COMMIT_MESSAGE" == "Bump Version*" ]; then
+ if [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_COMMIT_MESSAGE" == "Bump version*" ]; then
8
echo "Deferring building conda package because this is release"
9
else
10
setup.cfg
@@ -4,6 +4,7 @@
# * options
# * options.packages.find
# * mypy
+
[metadata]
name = flake8-dunder-all
author = Dominic Davis-Foster
tests/requirements.txt
@@ -1,5 +1,5 @@
1
coverage>=5.1
2
-coverage_pyver_pragma>=0.0.6
+coverage-pyver-pragma>=0.0.6
3
iniconfig!=1.1.0,>=1.0.1
pytest>=6.0.0
pytest-cov>=2.8.1
0 commit comments