Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Try assert plain as mentioned here:
Browse files Browse the repository at this point in the history
  • Loading branch information
milafrerichs committed Jun 20, 2018
1 parent 507e9ee commit d122aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
key: v1-py-cache-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
- ~/venv
- run: pytest --cov=./
- run: pytest --cov=./ --assert=plain
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit d122aa3

Please sign in to comment.