Skip to content

Commit 05592e0

Browse files
committed
#16 another try
1 parent 1325694 commit 05592e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- image: circleci/python:3.6.4
104104
environment:
105105
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
106+
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
106107

107108
working_directory: ~/repo
108109

@@ -139,6 +140,7 @@ jobs:
139140
- run:
140141
name: Upload to coveralls
141142
command: |
143+
pip install coveralls
142144
coveralls
143145
144146
# upload test coverage to codacy

0 commit comments

Comments
 (0)