Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da961bf

Browse files
committedFeb 7, 2018
#16 typo fix
1 parent 6689826 commit da961bf

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-
pythn3 -m pip install coveralls
143+
python3 -m pip install coveralls
144144
coveralls
145145
146146
# upload test coverage to codacy

0 commit comments

Comments
 (0)
Please sign in to comment.