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 95a6bfd

Browse files
committedFeb 7, 2018
#16 another try
1 parent ea1e4d7 commit 95a6bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.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)
Please sign in to comment.