Skip to content

Commit 1325694

Browse files
committed
#16 coverall pip issue fix attempt.
1 parent 667440b commit 1325694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)