mirror of https://github.com/docker/docker-py.git
Update GH action step
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
a653052276
commit
f520b4c4eb
|
|
@ -19,9 +19,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox tox-gh-actions==2.2.0
|
pip install -r test-requirements.txt -r requirements.txt
|
||||||
- name: Test with tox
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
docker logout
|
docker logout
|
||||||
rm -rf ~/.docker
|
rm -rf ~/.docker
|
||||||
tox
|
py.test -v --cov=docker tests/unit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue