Skip to content

Commit 1851e32

Browse files
committed
Configuring build stack
👷 Continuing to configure/debug build stack. Continuing to configure/debug build stack.
1 parent 39e475b commit 1851e32

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ init:
22
pipenv install --dev
33

44
test:
5-
python -m unittest discover
5+
coverage run setup.py test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/opendataalex/process_tracker_python",
1515
packages=setuptools.find_packages(),
16+
test_suite=tests,
1617
install_requires=[
1718
'sqlalchemy >= 1.3.3',
1819
'sqlalchemy-utils >= 0.33.11',

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)