Skip to content

Commit f633fd3

Browse files
committed
Spelling.
1 parent b8e223a commit f633fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools.dist import Distribution
1212

1313
# Enable code coverage for C code: we cannot use CFLAGS=-coverage in tox.ini, since that may mess with compiling
14-
# dependencies (e.g. numpy). Therefore we set SETUPPY_CFLAGS=-coverage in tox.ini and copy it to CFLAGS here (after
14+
# dependencies (e.g. numpy). Therefore, we set SETUPPY_CFLAGS=-coverage in tox.ini and copy it to CFLAGS here (after
1515
# deps have been safely installed).
1616
if 'TOX_ENV_NAME' in os.environ and os.environ.get('SETUPPY_EXT_COVERAGE') == 'yes' and platform.system() == 'Linux':
1717
CFLAGS = os.environ['CFLAGS'] = '-fprofile-arcs -ftest-coverage'

0 commit comments

Comments
 (0)