Skip to content

Commit dd8be20

Browse files
committed
CI template
1 parent 79f5a46 commit dd8be20

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

setup.cfg

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ version = 0.5.1
44
author = Michael Hirsch, Ph.D.
55
url = https://github.com/scivision/mozilla-location-wifi-python
66
description = Using Mozilla Location services, log location vs. time using WiFi or convert to KML.
7-
keywords =
7+
keywords =
88
wifi
99
geolocation
1010
classifiers =
1111
Development Status :: 4 - Beta
1212
Environment :: Console
1313
Intended Audience :: Information Technology
1414
Intended Audience :: System Administrators
15-
License :: OSI Approved :: MIT License
1615
Operating System :: OS Independent
1716
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
@@ -24,7 +23,7 @@ long_description_content_type = text/markdown
2423

2524
[options]
2625
python_requires = >= 3.6
27-
setup_requires =
26+
setup_requires =
2827
setuptools >= 38.6
2928
pip >= 10
3029
twine >= 1.11
@@ -35,7 +34,7 @@ install_requires =
3534
requests
3635

3736
[options.extras_require]
38-
tests =
37+
tests =
3938
pytest
4039
pytest-cov
4140
coveralls
@@ -65,12 +64,12 @@ omit =
6564
exclude_lines =
6665
pragma: no cover
6766
def __repr__
68-
RuntimeError
69-
NotImplementedError
70-
ImportError
71-
KeyError
72-
FileNotFoundError
73-
CalledProcessError
67+
except RuntimeError
68+
except NotImplementedError
69+
except ImportError
70+
except FileNotFoundError
71+
except CalledProcessError
7472
logging.warning
75-
ValueError
76-
TypeError
73+
logging.error
74+
logging.critical
75+
if __name__ == .__main__.:

0 commit comments

Comments
 (0)