Skip to content

Commit ea1e4d7

Browse files
committed
#16 coverall pip issue fix attempt.
1 parent 153e62e commit ea1e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- run:
140140
name: Upload to coveralls
141141
command: |
142-
python3 -m coveralls
142+
coveralls
143143
144144
# upload test coverage to codacy
145145
# - run:

0 commit comments

Comments
 (0)