1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Create Python virtual environment (via venv) for tests & development, etc.

This commit is contained in:
Jakub Roztocil
2019-12-04 17:49:07 +01:00
parent fe8b547cc7
commit 1bc54d4cb4
4 changed files with 298 additions and 68 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ jobs:
- run: pip install --upgrade pip
- run: make install
- run: make pycodestyle
- run: make test
- run: make codecov
- run: make test-cover
- run: make codecov-upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
- run: make test-dist