Skip to content

Commit

Permalink
Also update Github workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Feb 2, 2021
1 parent ddffa03 commit 8fc1f38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: PyFeeds CI
on: [push]

# Run tests against each supported version while docs and style are only
# Run tests against each supported version while docs and check-style are only
# considered on the latest supported version.
jobs:

Expand All @@ -12,14 +12,12 @@ jobs:
strategy:
matrix:
python:
- version: 3.6
toxenv: py36
- version: 3.7
toxenv: py37
- version: 3.8
toxenv: py38
- version: 3.9
toxenv: py39,docs,style
toxenv: py39,docs,check-style

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8fc1f38

Please sign in to comment.