We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a653052 commit f520b4cCopy full SHA for f520b4c
.github/workflows/ci.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install tox tox-gh-actions==2.2.0
23
- - name: Test with tox
+ pip install -r test-requirements.txt -r requirements.txt
+ - name: Test with pytest
24
25
docker logout
26
rm -rf ~/.docker
27
- tox
+ py.test -v --cov=docker tests/unit
0 commit comments