Skip to content

Commit

Permalink
Run CI with Pillow too
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Osvaldo Barrera committed Aug 15, 2020
1 parent 7bcb56c commit 6b451cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
matrix:
os: [ubuntu-18.04, macOS-10.14]
python: [ '3.5', '3.6', '3.7' ]
name: python${{ matrix.python }} on ${{ matrix.os }}
extras: [ "", "[images]" ]
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.extras }}
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
Expand All @@ -20,6 +21,7 @@ jobs:
run: |
pip install --upgrade --no-cache-dir pipenv
pipenv install --dev
pipenv install .${{ matrix.extras }}
- name: Run tests
run: pipenv run pytest
- name: Report coverage
Expand Down

0 comments on commit 6b451cf

Please sign in to comment.