Skip to content

Commit

Permalink
Replace python-coveralls with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Jan 19, 2021
1 parent 28f1bd8 commit ca9d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.test.txt
pip install python-coveralls
pip install coveralls
- save_cache:
paths:
Expand Down

0 comments on commit ca9d2e1

Please sign in to comment.