diff options
| -rw-r--r-- | .coveragerc | 4 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 | ||||
| -rwxr-xr-x | .manylinux-install.sh | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/.coveragerc b/.coveragerc index b1c092e..f098024 100644 --- a/.coveragerc +++ b/.coveragerc @@ -12,7 +12,3 @@ exclude_lines = raise NotImplementedError raise AssertionError self\.fail - -# Local Variables: -# mode: conf -# End: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f34af8..f11865b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: # to run tests, build docs, and perform linting. Building the # manylinux wheels is an independent set of jobs. # - # This divisin is time-saving for projects that take awhile to + # This division is time-saving for projects that take awhile to # build, but somewhat less of a clear-cut win given how quick this # is to compile (at least at this writing). build-zope_interface: diff --git a/.manylinux-install.sh b/.manylinux-install.sh index c403ed4..9287306 100755 --- a/.manylinux-install.sh +++ b/.manylinux-install.sh @@ -11,7 +11,7 @@ export XDG_CACHE_HOME="/cache" # is seen as owned by root in the container. But when the host is Linux # the actual UIDs come through to the container, triggering # pip to disable the cache when it detects that the owner doesn't match. -# The below is an attempt to fix that, taken frob bcrypt. It seems to work on +# The below is an attempt to fix that, taken from bcrypt. It seems to work on # Github Actions. if [ -n "$GITHUB_ACTIONS" ]; then echo Adjusting pip cache permissions |
