Skip to content

Commit 9228845

Browse files
committed
Configuring build stack
👷 Continuing to configure/debug build stack. Continuing to configure/debug build stack.
1 parent 0e96290 commit 9228845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.7"
55
install:
66
- "pipenv install"
7-
script: unittest
7+
script:
8+
- "coverage run --source=process_tracker setup.py test"
89
after_success:
910
- coveralls

0 commit comments

Comments
 (0)