Skip to content

Commit

Permalink
#16 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Feb 7, 2018
1 parent df55de4 commit 46a4e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- run:
name: Upload to coveralls
command: |
pythn3 -m pip install coveralls
python3 -m pip install coveralls
coveralls
# upload test coverage to codacy
Expand Down

0 comments on commit 46a4e3c

Please sign in to comment.