Skip to content

Commit 91f63cd

Browse files
committed
#16 trying a different python package.
1 parent 46a4e3c commit 91f63cd

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
@@ -140,7 +140,7 @@ jobs:
140140
- run:
141141
name: Upload to coveralls
142142
command: |
143-
python3 -m pip install coveralls
143+
pip install python-coveralls #coveralls
144144
coveralls
145145
146146
# upload test coverage to codacy

0 commit comments

Comments
 (0)