Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
code test coverage #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Detrous committed Jan 12, 2020
1 parent c61da1d commit f05aa67
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 @@ -9,7 +9,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install aiohttp==3.5.4 requests==2.21.0 pytz==2019.1 pytest-asyncio==0.10.0 aioresponses==0.6.0 mock==3.0.5 pytest==5.0.1 yarl==1.3.0 codecov==2.0.15
pip install aiohttp==3.5.4 requests==2.21.0 pytz==2019.1 pytest-asyncio==0.10.0 aioresponses==0.6.0 mock==3.0.5 pytest==5.0.1 yarl==1.3.0 codecov==2.0.15 pytest-cov==2.8.1
- run:
command: |
. venv/bin/activate
Expand Down

0 comments on commit f05aa67

Please sign in to comment.