Skip to content

Commit

Permalink
#16 another try
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Feb 7, 2018
1 parent 1325694 commit 05592e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- image: circleci/python:3.6.4
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN

working_directory: ~/repo

Expand Down Expand Up @@ -139,6 +140,7 @@ jobs:
- run:
name: Upload to coveralls
command: |
pip install coveralls
coveralls
# upload test coverage to codacy
Expand Down

0 comments on commit 05592e0

Please sign in to comment.