Skip to content

Commit

Permalink
Merge pull request #70 from goanpeca/enh/update-ci
Browse files Browse the repository at this point in the history
PR: Smoke test with oldest version and add 3.8 to matrix
  • Loading branch information
freakboy3742 authored Apr 27, 2020
2 parents 8226112 + 3b25fe7 commit 61880b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
task: ['pycodestyle']
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.5
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.5
- name: Install dependencies
run: |
pip install --upgrade pip setuptools beefore
Expand All @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.5
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.5
- name: Install dependencies
run: |
pip install --upgrade pip setuptools pytest-tldr
Expand All @@ -49,7 +49,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 61880b7

Please sign in to comment.