Skip to content

Commit 4e554d5

Browse files
committed
Updated configuration files.
1 parent 7233885 commit 4e554d5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# * options
55
# * options.packages.find
66
# * mypy
7+
78
[metadata]
89
name = flake8-dunder-all
910
author = Dominic Davis-Foster

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

0 commit comments

Comments
 (0)