1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-17 01:42:46 +02:00

Cover on Python 3.10

This commit is contained in:
Jakub Roztocil
2021-10-05 21:30:28 +02:00
committed by GitHub
parent 9c52449344
commit a3fa016428

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- run: make install
- run: make test-cover
- run: make codecov-upload