Skip to content

Commit

Permalink
Fixed python-codacy-coverage call on .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Jan 4, 2019
1 parent 2caa315 commit 6c920a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ script:
coverage xml -o coverage.xml;
fi

# - python-codacy-coverage;
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
# python-codacy-coverage;
# fi


after_success:
Expand Down

0 comments on commit 6c920a9

Please sign in to comment.