summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d8d55ea..1f119c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install tox tox-gh-actions==2.2.0
- - name: Test with tox
+ pip install -r test-requirements.txt -r requirements.txt
+ - name: Test with pytest
run: |
docker logout
rm -rf ~/.docker
- tox
+ py.test -v --cov=docker tests/unit