Skip to content

Commit 307e744

Browse files
committedFeb 6, 2018
once. #32
1 parent e681254 commit 307e744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
# upload test coverage to codacy
7171
- run:
7272
command: |
73+
python3 -m pip install -r requirements.txt
7374
export CODACY_PROJECT_TOKEN=%CODACY_PROJECT_TOKEN%
7475
python3 -m python-codacy-coverage -r coverage.xml
7576

0 commit comments

Comments
 (0)
Please sign in to comment.